Click or drag to resize
GridSortExpression Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridSortExpression

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridSortExpression : IStateManager

The GridSortExpression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberParse
Public methodSetSortOrder
Sets the sort order, input string need be "Ascending", "Descending" or "None".
Public methodSortOrderAsString
Gets a string contain sort order. You always get "ASC" "DESC".
Public methodStatic memberSortOrderAsString(GridSortOrder)
Return GridSortOrder according to the input string.
Public methodStatic memberSortOrderFromString
Sets GridSortOrder according to the input string.
Top
Properties
  NameDescription
Public propertyFieldName
Public propertySortOrder
Gets or sets the sort order.
Top
See Also