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

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.v19.2.dll

Declaration

public bool IsExpanding { get; }

Property Value

Type Description
Boolean

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

See Also