DataGridColumn.SortMemberPath Proprietà

Definizione

Recupera o imposta un nome di proprietà o una gerarchia di nomi di proprietà separati da punti, che indica il membro in base al quale eseguire l'ordinamento.

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

Valore della proprietà

Percorso del membro dell'elemento dati in base al quale viene eseguito l'ordinamento. Il valore predefinito registrato è una stringa vuota (""). Per informazioni sugli elementi che possono influenzare il valore, vedere DependencyProperty.

Si applica a