Click or drag to resize
GridTableViewSortExpressions Property
Gets a collection of sort expressions for this table view instance, associated with the column or columns being sorted.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public GridSortExpressionCollection SortExpressions { get; }

Property Value

Type: GridSortExpressionCollection
See Also