Back to Devexpress

GridControl.IsAnyDetailGrouped Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-ebcf6358.md

latest1.1 KB
Original Source

GridControl.IsAnyDetailGrouped Property

Gets whether any of detail grid data are grouped. 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 IsAnyDetailGrouped { get; }
vb
Public ReadOnly Property IsAnyDetailGrouped As Boolean

Property Value

TypeDescription
Boolean

true, if any of the detail grids are grouped; otherwise, false.

|

Remarks

The IsAnyDetailGrouped property works for the master GridControl only.

See Also

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace