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 の列ヘッダーの GridView。 既定値は null です。

注釈

このプロパティは、列ヘッダーのレイアウトとスタイル設定を行ういくつかの方法の 1 つを表します。 詳細については、GridView の列ヘッダーのスタイルとテンプレートの概要を参照してください。

依存プロパティ情報

識別子フィールド ColumnHeaderContextMenuProperty
に設定されたメタデータ プロパティ true なし

適用対象