TcxCustomCheckBoxProperties.NullStyle Property
Specifies the manner in which a check box editor presents NULL values.
Declaration
property NullStyle: TcxCheckBoxNullValueShowingStyle read; write; default nssGrayedChecked;
Property Value
Type | Default |
---|---|
TcxCheckBoxNullValueShowingStyle | nssGrayedChecked |
Remarks
If the EditValue property of the TcxCustomCheckBox control specifies NULL, the check box is drawn in the manner defined by the NullStyle property. Possible styles to represent NULL values are enumerated by the TcxCheckBoxNullValueShowingStyle type.
Note that this property also affects the grayed state (see the ValueGrayed property).
The default value of the NullStyle property is nssGrayedChecked.
See Also