ListCollectionView.CustomSort Property

Definition

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