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

適用於