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

屬性值

用來顯示拖曳之資料行行首的控制項。

適用於