Back to Devexpress

TcxCheckBoxNullValueShowingStyle Enum

vcl-cxcheckbox-00a4f020.md

latest1.2 KB
Original Source

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

cxCheckBox Unit