Back to Devexpress

NavBarGroup.IsExpanding Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroup-7207f4f8.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public bool IsExpanding { get; }
vb
Public ReadOnly Property IsExpanding As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace