ListCollectionView.CustomSort Vlastnost

Definice

Získá nebo nastaví vlastní objekt, který implementuje IComparer řazení položek v zobrazení.

public:
 property System::Collections::IComparer ^ CustomSort { System::Collections::IComparer ^ get(); void set(System::Collections::IComparer ^ value); };
public System.Collections.IComparer CustomSort { get; set; }
member this.CustomSort : System.Collections.IComparer with get, set
Public Property CustomSort As IComparer

Hodnota vlastnosti

Kritéria řazení jako implementace .IComparer

Poznámky

Nastavení této vlastnosti způsobí okamžitou aktualizaci, pokud DeferRefresh není v platnosti.

Nastavení této vlastnosti vymaže dříve nastavenou SortDescriptions hodnotu.

Platí pro

Viz také