PageSettings.AscendingSorting

PageSettings.AscendingSorting property

Gets or sets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false.

public bool AscendingSorting { get; set; }

See Also