DataGrid.CurrentColumn 속성

정의

현재 셀이 포함된 열을 가져오거나 설정합니다.

public:
 property System::Windows::Controls::DataGridColumn ^ CurrentColumn { System::Windows::Controls::DataGridColumn ^ get(); void set(System::Windows::Controls::DataGridColumn ^ value); };
public System.Windows.Controls.DataGridColumn CurrentColumn { get; set; }
member this.CurrentColumn : System.Windows.Controls.DataGridColumn with get, set
Public Property CurrentColumn As DataGridColumn

속성 값

DataGridColumn

현재 셀이 포함된 열입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.

설명

값은 null 개별 셀에 포커스가 없음을 나타냅니다. 예를 들어 행에 포커스가 있습니다.

적용 대상