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

适用于