Click or drag to resize
KaxListViewGroupExpression Class
Class that is used to define sort field and sort order for KaxListView
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsKaxListViewGroupExpression

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 KaxListViewGroupExpression : IStateManager

The KaxListViewGroupExpression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberParse
Parses a string representation of the sort order and returns GirdSortExpression.
Public methodSetSortOrder

Sets the sort order.

The SortOrder paremeter should be either "Ascending", "Descending" or "None".

Public methodSortOrderAsString
This method gives the string representation of the sorting order. It can be either "ASC" or "DESC"
Public methodStatic memberSortOrderAsString(KaxListViewSortOrder)
This method gives the string representation of the sorting order. It can be either "ASC" or "DESC"
Public methodStatic memberSortOrderFromString
Returns a KaxListViewSortOrder enumeration based on the string input. Takes either "ASC" or "DESC"
Top
Properties
  NameDescription
Public propertyFieldName
Gets or sets the name of the field to which sorting is applied.
Public propertyGroupSortOrder
Sets or gets the current sorting order.
Top
See Also