DecimalFieldDefinition Members
The DecimalFieldDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
DoShowNegativeValuesInRed |
Does the show negative values in red.
|
|
DoShowPositiveValuesInGreen |
Does the show positive values in green.
|
|
FormatCulture |
Formats the culture.
|
|
FormatNumericValue |
Formats the numeric value.
|
|
FormatValue |
Formats the value to display.
|
|
HasCultureId |
Sets the culture identifier.
|
|
HasDecimalCount |
Sets the number of digits to the right of the double point.
|
|
HasDecimalFieldType |
Sets the type of this double field.
|
|
HasNumberFormatString |
Sets the number format string.
|
Properties
Name | Description | |
---|---|---|
Culture |
Gets the culture.
|
|
DecimalCount |
Gets the number of digits to the right of the double point.
|
|
DecimalFieldType |
Gets the type of the double field.
|
|
FieldDataType |
Gets the type of the field data.
|
|
NumberFormatString |
Gets the number format string. Default value is empty.
|
|
ShowNegativeValuesInRed |
Gets a value indicating whether [show negative values in red].
|
|
ShowPositiveValuesInGreen |
Gets a value indicating whether [show positive values in green].
|