TcxCustomCheckBoxProperties.DisplayGrayed Property
Specifies the text representing the grayed state.
Declaration
property DisplayGrayed: WideString index cbsGrayed read; write;
Property Value
Type |
---|
WideString |
Remarks
The DisplayGrayed property specifies the text which represents a check box set to the grayed state. DisplayGrayed is used in specific situations such as exporting a grid control with check boxes as in-place editors and within the filter dropdown list for a grid column assigned a check box as an editor.
See Also