Version

ColumnGroupingSetting Class Properties

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

Public Properties
 NameDescription
Public PropertyColumnKeyGets/sets the value of the column's key. (Inherited from Infragistics.Web.UI.GridControls.ColumnSetting)
Public PropertyDefaultSortDirectionHow the data will be sorted as its being grouped. This is the default value for the column, unless otherwise specified when creating a GroupedColumn object.  
Public PropertyGroupableBoolean property which indicates if a column is allowed to participate in column grouping.  
Public PropertyGroupComparerGroup comparer that is used for this column. By default the grouping is based on the values of the column cells.  
Public PropertyGroupedColumnLabelCssClassThe css class applied to the column header clone in the group by area.  
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 PropertyMergeCellsBoolean property which indicates if a column will merge its cell values  
Public PropertyShowRemoveButtonBoolean property, which is true by default. Controls whether the RemoveButton will be shown for the grouped header.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
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 PropertyGridThe grid that this setting belongs to. (Inherited from Infragistics.Web.UI.GridControls.ColumnSetting)
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. The number of properties that this object will send to the client.  
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