For a list of all members of this type, see ColumnGroupingSetting members.
Name | Description | |
---|---|---|
ColumnKey | Gets/sets the value of the column's key. (Inherited from Infragistics.Web.UI.GridControls.ColumnSetting) | |
DefaultSortDirection | How 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. | |
Groupable | Boolean property which indicates if a column is allowed to participate in column grouping. | |
GroupComparer | Group comparer that is used for this column. By default the grouping is based on the values of the column cells. | |
GroupedColumnLabelCssClass | The css class applied to the column header clone in the group by area. | |
IsEmpty | Checks 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) | |
MergeCells | Boolean property which indicates if a column will merge its cell values | |
ShowRemoveButton | Boolean property, which is true by default. Controls whether the RemoveButton will be shown for the grouped header. |
Name | Description | |
---|---|---|
AdditionalClientState | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
CollectionData | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
DelayLoadingClientCollections | Customizes 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) | |
Grid | The grid that this setting belongs to. (Inherited from Infragistics.Web.UI.GridControls.ColumnSetting) | |
IsTrackingViewState | This 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) | |
PropCount | Overridden. The number of properties that this object will send to the client. | |
TransactionLists | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
ViewState | Property to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |