Skip to main content

TcxCheckBoxNullValueShowingStyle Enum

Represents possible styles for representing NULL values by TcxCustomCheckBox controls.

Declaration

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