Skip to main content

GroupRowData.AllItemsSelected Property

Gets whether all items within the group are selected. 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? AllItemsSelected { get; set; }

Property Value

Type Description
Nullable<Boolean>

true if all items within the group are selected; otherwise, false.

See Also