Skip to main content

GroupAddingEventArgs Class

Provides data for the NavBarViewBase.GroupAdding event.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public class GroupAddingEventArgs :
    ElementAddingEventArgs

Remarks

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

Inheritance

See Also