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

属性值

用于在列拖动操作期间显示放置位置标志的控件。

适用于