TdxLayoutCheckBoxItemCheckBoxOptions.AllowGrayed Property
Specifies whether a layout check box has the grayed state.
Declaration
property AllowGrayed: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to enable the intermediate state in which the check box displays a grayed check mark; otherwise, the check box can only switch between checked and unchecked states.
The AllowGrayed property’s default value is False.
See Also