Click or drag to resize

ValuePropertyFormatter Properties

The ValuePropertyFormatter type exposes the following members.

Properties
  NameDescription
Public propertyBoolFalseValue
Used if DataType is Boolean. Can be null.
Public propertyBoolTrueValue
Used if DataType is Boolean. Can be null.
Public propertyDataType
datatype for the value property
Public propertyDateTimeFormat
Used if DataType is DateTime.
Public propertyForInputField
Angiver om den formatterede værdi skal anvendes i et input felt.
(Inherited from PropertyFormatterBase.)
Public propertyNullValue
Denne værdi returneres hvis værdien, der skal formatteres, er null.
(Inherited from PropertyFormatterBase.)
Public propertyNumericFormat
Used if DataType is Integer or Decimal.
Public propertyNumericPrecision
Used if DataType is Integer or Decimal.
Public propertyTimeSpanFormat
Used if DataType is TimeSpan.
Top
See Also