ListCollectionView.CustomSort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a custom object that implements IComparer to sort items in the view.
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
Property Value
The sort criteria as an implementation of IComparer.
Remarks
Setting this property causes an immediate refresh unless a DeferRefresh is in effect.
Setting this property clears a previously set SortDescriptions value.
Applies to
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.