Skip to main content

TableView.ShowCheckBoxSelectorInGroupRow Property

Gets or sets whether the Selector Column can be used to select and deselect groups. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool ShowCheckBoxSelectorInGroupRow { get; set; }

Property Value

Type Default Description
Boolean true

true to show checkboxes corresponding to group rows in the Selector Column; otherwise, false.

See Also