Skip to main content

TcxGridTableOptionsSelection.ShowCheckBoxesDynamically Property

Specifies the manner in which the web-style row selection‘s check boxes are displayed in row cells.

Declaration

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 ShowCheckBoxesDynamically property is in effect only if the CheckBoxPosition property is set to cbpFirstColumn.

The default value of the ShowCheckBoxesDynamically property is False.

See Also