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

끌고 있는 열 머리글을 표시하는 데 사용되는 컨트롤입니다.

적용 대상