Version

HierarchicalGridGroupingSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyAscendingImageAltTextAlternate text of the ascending order image. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyAscendingImageUrlA url to the ascending order image that appears in the group by area next to the column header column. If nothing is assigned to the property the image with the name "igg_sortAsc.gif" from current Application Styling images directory is used. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyBottomDragIndicatorCssClassGets/sets the css class used to style the bottom portion of the drop indicator. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyColumnSettingsA collection of type ColumnGroupingSettings. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyDescendingImageAltTextAlternate text of the descending order image. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyDescendingImageUrlA url to the descending order image that appears in the group by area next to the column header column. If nothing is assigned to the property the image with the name "igg_sortDesc.gif" from current Application Styling images directory is used. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyDragMarkupCssClassReturns/sets the css class used to style the DragMarkup. If the default drag markup is used this class will be applied in addition to the styles already applied to the header, if the dragmarkup is replaced only the DragMarkupCssClass will be used. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyEmptyGroupAreaTextThe text that is displayed in the group area before there are any grouped columns. This setting is global for all Bands.  
Public PropertyEnableCellMergingDefines whether to merge cells in a grouped column (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyEnableColumnGroupingOverridden. Determines if the column grouping is enabled for the band. In order to be able to group columns by dragging and dropping the column headers, the GroupAreaVisibility property has to be set to Visible.  
Public PropertyGroupAreaCssClassThe name of the css class that will be applied to the group area (the spot where you drag a column to indicate that the data needs to be grouped by it)  
Public PropertyGroupAreaVisibilityControls if the UI for grouping columns is visible. This setting is global for all Bands. Visible - the group area is visible Hidden - the group area is not visible, but the columns can be grouped through code.  
Public PropertyGroupByAreaLocationDetermines where the GroupArea is shown, possible values are, Top (default) or Bottom. This setting is global to all the bands.  
Public PropertyGroupedBandCssClassThe name of the css class that will be applied to the element representing the band in the grouped by area. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyGroupedColumnLabelCssClassThe name of the css class that will be applied to the clone of the column found in the grouped by area. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyGroupedColumnsA collection of columns by which the data is currently grouped on this band. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyGroupedRowCssClassThe name of the css class that will be applied to the row showing the group. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyGroupedRowTextMaskThe mask for the text of Grouped row. Available tokens: {0} - header of the grouped column, {1} - grouped value, {2} - number of grouped child rows, {3} - number of all data records in the group. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyIndentationFactorFactor by how much to indent the next group row or data rows. Has to be a positive integer. The default is 20. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyInitialRowExpandStateIndicates if the grouped rows are rendered as expanded or collapsed by default. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
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 PropertyMiddleDragIndicatorCssClassGets/sets the css class used to style the middle portion of the drop indicator. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyRemoveButtonThis will be an ImageButton object, when this button is clicked the grouped column to which the button belongs to will be removed from the group columns collection. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyShowBandInGroupByAreaIndicates whether a graphical representation of the band will be shown in the group by area, when one or more columns are grouped. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyShowRemoveButtonBoolean property, which is true by default. Controls whether the RemoveButton will be shown for the grouped column headers, when the mouse is over the header. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Public PropertyTopDragIndicatorCssClassGets/sets the css class used to style the top portion of the drop indicator. (Inherited from Infragistics.Web.UI.GridControls.GroupingSettings)
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsOverridden. Indicates that the client collections need to be loaded right after the LoadViewState is processed for the collections.  
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 the total number of properties on the object that should go 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