[]
Represents the sort field by icon.
public interface IIconSortField : ISortField
Gets the IIcon object used to sort by Ascending or Descending.
IIcon Icon { get; }
Gets the sort order, such as:Ascending or Descending.
SortOrder Order { get; }