Skip to main content
A newer version of this page is available. .

ColumnBase.IsGrouped Property

Gets whether the grid is grouped by the values of this column. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool IsGrouped { get; }

Property Value

Type Description
Boolean

true if the grid is grouped by the values of this column; otherwise, false.

Remarks

For more information, refer to the following help topic: Group Data.

See Also