Click or drag to resize

FieldPropertiesCheckBox_TrueFalseText Property

Text to display when field value is true or false, separated by a pipe ("|") character.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string CheckBox_TrueFalseText { get; }

Property Value

Type: String
Text to display when field value is true or false, separated by a pipe ("|") character.
Remarks
Applies to CellType CheckBox only.
Note Note
This property supports localization.
See Also