Back to Devexpress

TableView.ShowCheckBoxSelectorInGroupRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-aa1f1ab5.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowCheckBoxSelectorInGroupRow { get; set; }
vb
Public Property ShowCheckBoxSelectorInGroupRow As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

ShowCheckBoxSelectorColumn

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace