Skip to main content

TcxGridTableOptionsSelection.CheckBoxVisibility Property

Enables web-style row selection for certain View elements.

Declaration

property CheckBoxVisibility: TcxGridCheckBoxVisibility read; write; default [];

Property Value

Type
TcxGridCheckBoxVisibility

Remarks

Web-style row selection uses check boxes as an alternative way for end-users to make the selection in grid Views. Setting at least one of the following options within the CheckBoxVisibility property value enables web-style row selection:

Value Description
cbvDataRow If set, data rows display check boxes.
cbvGroupRow If set, group rows display check boxes.
cbvColumnHeader If set, the header displays check boxes.

The following image illustrates using web-style row selection in combination with the dcoMultiSelectionSyncGroupWithChildren flag, which is set in the View’s DataController.Options property value to enable selected state synchronization between group rows and their child rows.

Use the CheckBoxPosition and ShowCheckBoxesDynamically properties to specify the check boxes’ display position and the manner in which they are displayed, respectively.

The default value of the CheckBoxVisibility property is [].

See Also