GridViewColumnHeader.OnApplyTemplate 方法

定义

响应 GridViewColumnHeader 的可视化树的创建。

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

注解

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

适用于