Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomCheckBoxProperties.NullStyle Property

Specifies the manner in which a check box editor presents NULL values.

#Declaration

Delphi
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