TcxCustomCheckBox.Properties Property
Contains settings specific to check box editors.
Declaration
property Properties: TcxCustomCheckBoxProperties read; write;
Property Value
Type |
---|
TcxCustomCheckBoxProperties |
Remarks
Use Properties to specify the alignment of the check box and set specific attributes which control the editor’s behavior and look & feel. The AllowGrayed property, which is accessible via the Properties object, defines whether a user can select the “grayed” state or not. It is possible to use images instead of a standard check box. In this case it is necessary to set the Glyph and GlyphCount properties. The Properties object contains the ValueChecked, ValueGrayed, and ValueUnchecked members identifying values retrieved by the EditValue property based on the current check box state.
See Also