Skip to main content

NavBarViewBase.OnGroupHeaderTemplateChanged(DependencyObject, DependencyPropertyChangedEventArgs) Method

This method is called when the NavBarViewBase.GroupHeaderTemplate property is changed.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public static void OnGroupHeaderTemplateChanged(
    DependencyObject d,
    DependencyPropertyChangedEventArgs e
)

Parameters

Name Type
d DependencyObject
e DependencyPropertyChangedEventArgs
See Also