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

属性值

Control

用于显示所拖动的列标题的控件。

适用于