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

NavBarGroupExpandedChangedEventArgs.IsExpanded Property

Gets a value indicating whether the processed group is expanded.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public bool IsExpanded { get; }

Property Value

Type Description
Boolean

true if the group is expanded, otherwise false.

See Also