Back to Devexpress

GridControl.IsGrouped Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-04a78f92.md

latest1.1 KB
Original Source

GridControl.IsGrouped Property

Gets whether the grid’s data is grouped.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsGrouped { get; }
vb
Public ReadOnly Property IsGrouped As Boolean

Property Value

TypeDescription
Boolean

true if data grouping is applied; otherwise, false.

|

Remarks

To learn more, see Grouping.

See Also

GroupCount

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace