Click or drag to resize
GridSortingSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridSortingSettings

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 GridSortingSettings : ObjectWithState

The GridSortingSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnableSkinSortStyles
Defines whether a predefined CssClass will be applied to the sorted column's cells Default value is True
Public propertySortedAscToolTip
Gets or sets the tooltip that will be displayed when you hover the sorting button and the column is sorted ascending.
Public propertySortedBackColor
Public propertySortedDescToolTip
Gets or sets the tooltip that will be displayed when you hover the sorting button and the column is sorted descending.
Public propertySortToolTip
Gets or sets the tooltip that will be displayed when you hover the sorting button and there is no sorting applied.
Top
See Also