共用方式為


GridView.ColumnHeaderContextMenu 屬性

定義

取得或設定 ContextMenuGridView

public:
 property System::Windows::Controls::ContextMenu ^ ColumnHeaderContextMenu { System::Windows::Controls::ContextMenu ^ get(); void set(System::Windows::Controls::ContextMenu ^ value); };
public System.Windows.Controls.ContextMenu ColumnHeaderContextMenu { get; set; }
member this.ColumnHeaderContextMenu : System.Windows.Controls.ContextMenu with get, set
Public Property ColumnHeaderContextMenu As ContextMenu

屬性值

ContextMenu

ContextMenu 中資料行行首的 GridView。 預設值是 null

備註

此屬性代表數種配置方式之一,並設定資料行標頭的樣式。 如需詳細資訊,請參閱 GridView 資料行標頭樣式和範本概觀

相依性屬性資訊

識別碼欄位 ColumnHeaderContextMenuProperty
設定為 的中繼資料屬性 true

適用於