Skip to main content

GroupRowData.IsPreviewExpanded Property

Indicates whether the parent group row is expanded. 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 IsPreviewExpanded { get; }

Property Value

Type Description
Boolean

true if the parent group row is expanded; otherwise, false.

See Also