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

TcxCheckBoxNullValueShowingStyle Enum

Represents possible styles for representing NULL values by TcxCustomCheckBox controls.

#Declaration

Delphi
TcxCheckBoxNullValueShowingStyle = (
    nssUnchecked,
    nssInactive,
    nssGrayedChecked
);

#Members

Name
nssUnchecked
nssInactive
nssGrayedChecked

#Remarks

The TcxCheckBoxNullValueShowingStyle type enumerates styles to represent NULL values by TcxCustomCheckBox controls. To specify the manner in which NULL values are displayed use the TcxCustomCheckBoxProperties.NullStyle property. The following table lists possible styles.

Value

Meaning

nssUnchecked

The check box is drawn unchecked.

nssInactive

The check box is drawn inactive.

nssGrayedChecked

The check box is drawn grayed.

See Also