DataGridColumnReorderingEventArgs.DragIndicator プロパティ

定義

ドラッグ中の列ヘッダーのビジュアル インジケーターを表示するために使用するコントロールを取得または設定します。

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

プロパティ値

ドラッグ中の列ヘッダーを表示するために使用するコントロール。

適用対象