Table of Contents

Property CustomSort

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

CustomSort

Set a custom comparer to sort items using an object that implements IComparer.

public IComparer CustomSort { get; set; }

Property Value

IComparer

Remarks

Setting the Sort criteria has no immediate effect, an explicit Refresh() call by the app is required. Note: Setting the custom comparer object will clear previously set SortDescriptions.