Skip to main content

NavPaneExpandedChangedEventArgs.IsExpanded Property

Gets a value indicating whether the Navigation Pane is expanded.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public bool IsExpanded { get; }

Property Value

Type Description
Boolean

true if the group is expanded, otherwise false.

See Also