TcxGridTableOptionsSelection.ShowCheckBoxesDynamically Property
In This Article
Specifies the manner in which the web-style row selection‘s check boxes are displayed in row cells.
#Declaration
Delphi
property ShowCheckBoxesDynamically: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to display check boxes only if the following conditions are met:
A check box is either checked or in the grayed state;
Any cell in a row is hot-tracked;
A row is focused.
Otherwise, check boxes always appear in row cells.
Note
The Show
The default value of the ShowCheckBoxesDynamically property is False.
See Also