[]
Represents sorting by icon.
public class IconSortField : SortFieldBase, IIconSortField, ISortField
Sorts the icon.
public IconSortField(IRange key, IIcon icon, SortOrder order = SortOrder.Ascending)
Specifies the icon to sort.
public IIcon Icon { get; }
Specifies the sort order.
public SortOrder Order { get; }
Specifies the sort type.
public override SortOnType SortOn { get; }