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

屬性值

在資料行拖曳作業期間用來顯示置放位置指示器的控制項。

適用於