DataGridColumn.SortMemberPath 속성

정의

정렬 기준 멤버를 나타내는 속성 이름, 또는 속성 이름의 마침표로 분리되는 계층 구조를 가져오거나 설정합니다.

public:
 property System::String ^ SortMemberPath { System::String ^ get(); void set(System::String ^ value); };
public string SortMemberPath { get; set; }
member this.SortMemberPath : string with get, set
Public Property SortMemberPath As String

속성 값

String

정렬 기준인 데이터 항목 멤버의 경로입니다. 등록된 기본값은 빈 문자열("")입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.

적용 대상