GridViewColumnHeader.OnApplyTemplate Method

Definition

Responds to the creation of the visual tree for the GridViewColumnHeader.

public:
 override void OnApplyTemplate();
public override void OnApplyTemplate ();
override this.OnApplyTemplate : unit -> unit
Public Overrides Sub OnApplyTemplate ()

Remarks

This method sets the Role of the GridViewColumnHeader and updates the floating version of the header when the Role property is set to Floating.

Applies to