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

NavBarViewBase.OnGroupHeaderTemplateChanged(DependencyObject, DependencyPropertyChangedEventArgs) Method

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

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public static void OnGroupHeaderTemplateChanged(
    DependencyObject d,
    DependencyPropertyChangedEventArgs e
)

Parameters

Name Type
d DependencyObject
e DependencyPropertyChangedEventArgs
See Also