[]
Represents the sort base class.
public abstract class SortFieldBase : ISortField
protected SortFieldBase()
Specifies the column index.
public IRange Key { get; }
Specifies the priority of multiple sort columns.
public int Priority { get; set; }
Specifies the sort type.
public virtual SortOnType SortOn { get; }