Skip to main content

NavBarGroup.IsExpanding Property

Gets a value that indicates whether the group is being expanded. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public bool IsExpanding { get; }

Property Value

Type Description
Boolean

true if the group’s expansion state changes to expanded; otherwise, false.

See Also