DataGridColumnReorderingEventArgs.DropLocationIndicator プロパティ

定義

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

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

プロパティ値

列のドラッグ操作中にドロップ位置のインジケーターを表示するために使用するコントロール。

適用対象