Version

Sorting Class Properties

For a list of all members of this type, see Sorting members.

Public Properties
 NameDescription
Public PropertyAscendingImageAltTextAlternate text of the ascending order image.  
Public PropertyAscendingImageUrlA url to the ascending order image that appears in the header after a column is sorted. If nothing is assigned to the property the image with the name "igg_sortAsc.gif" from current Application Styling images directory is used.  
Public PropertyColumnSettingsReturns the SortingColumnSettings collection.  
Public PropertyDescendingImageAltTextAlternate text of the descending order image.  
Public PropertyDescendingImageUrlA url to the descending order image that appears in the header after a column is sorted. If nothing is assigned to the property the image with the name "igg_sortDesc.gif" from current Application Styling images directory is used.  
Public PropertyEnableCellMergingDefines whether to merge cells in a sorted column that have the same value  
Public PropertyEnabledDetermines if the behavior is enabled. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyEnableInheritanceThis property will have an affect only for WebHierarchicalDataGrid and when set to true will enable the behavior for child bands.  
Public PropertyGridA reference to the grid the behavior belongs to. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyHasColumnSortedHandledIndicates if the sorted columns event is handled.  
Public PropertyIndexIndex of the behavior inside of the behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Public PropertyNameOverridden. Holds name of the behavior. It's "Sorting" for the sorting behavior.  
Public PropertyOwnerCollectionA reference to the grid behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertySortSQL-like sort expression. Before adding the column name to the sort expression EncodeColumnName method should be called on it.  
Public PropertySortedColumnsCollection of currently sorted columns.  
Public PropertySortingClientEventsHolds client side event definitions for the sorting.  
Public PropertySortingModeDefines sorting mode - single or multi column sorting. In the multi column sorting mode the Ctrl key should be held to sort on multiple columns.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyControlRunBotReturns reference to the Grid's runbot (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountOverridden. Returns number of properties for the client state supported by the sorting behavior.  
Protected PropertyRequiresDataBindingOverridden. Returns true that this behavior requires data binding  
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also