FieldPropertiesCheckBox_FalseValues Property |
Semi-colon delimited string of values that cause the checkbox to treat the underlying value as False (NOT checked)
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string CheckBox_FalseValues { get; }
ReadOnly Property CheckBox_FalseValues As String
Get
Property Value
Type:
StringSemi-colon delimited string of values that cause the checkbox to treat the underlying value as False (NOT checked)
Remarks
Applies to CellType CheckBox only.
See Also