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

속성 값

Control

열 끌기 작업 동안 놓기 위치 표시기를 표시하는 데 사용되는 컨트롤입니다.

적용 대상