Back to Devexpress

NavBarGroup.IsCollapsing Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroup-2d3f99ce.md

latest1.1 KB
Original Source

NavBarGroup.IsCollapsing Property

Gets a value that indicates whether the group is being collapsed. 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 IsCollapsing { get; }
vb
Public ReadOnly Property IsCollapsing As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace