Skip to main content

NavBarGroupExpandedChangedEventArgs(NavBarGroup, Boolean) Constructor

Initializes a new instance of the NavBarGroupExpandedChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarGroupExpandedChangedEventArgs(
    NavBarGroup group,
    bool isExpanded
)

Parameters

Name Type Description
group NavBarGroup

A NavBarGroup object representing the group related to the generated event.

isExpanded Boolean

true if the related group is expanded; otherwise, false.

Remarks

Instances of the NavBarGroupExpandedChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also