Skip to main content

RowData.IsExpanding Property

Gets whether a group row is being expanded. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public bool IsExpanding { get; }

#Property Value

Type Description
Boolean

true the group row is being expanded; otherwise, false.

See Also