Version

UltraGridGroup Class Members

The following tables list the members exposed by UltraGridGroup.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllowGroupCollapsingReturns or sets whether expansion indicators are visible in the group header.  
Public PropertyBandThe UltraGridBand that this column belongs to (read-only)  
Public PropertyCellAppearanceDetermines the formatting attributes that will be applied to the cells in a group.  
Public PropertyColumnsProperty: gets Group's GroupColumnsCollection [readonly]  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExpandedReturns or sets whether the group is expanded.  
Public PropertyExtentProperty: gets group's extent  
Public PropertyHasCellAppearanceReturns true if an CellAppearance object has been created.  
Public PropertyHeaderReturns the Header object associated with the object. This property is read-only at run-time. This property is not available at design-time.  
Public PropertyHiddenDetermines whether the object will be displayed. This property is not available at design-time.  
Public PropertyHiddenResolvedUnlike the Hidden property, this property takes into account whether the group is a child of another hidden group.  
Public PropertyHiddenWhenParentGroupCollapsedDetermines if this group will be hidden when it's parent group is collapsed. 'Group' in this case refers to colunn grouping or UltraGridGroup and should not be confused with OutlookParentGroupCollapsed which affects the grouping of rows.  
Public PropertyIndexThe index of this group in the band's group collection  
Public PropertyIsVisibleInLayoutIndicates whether this group is visible in row-layout mode.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyRowLayoutGroupInfoGets the instance of RowLayoutColumnInfo associated with this group.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyWidthReturns or sets the width of an object in container units or pixels.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetColumnReturns the column at the passed in visible position  
Public MethodGetIndexOverloaded. Returns the index of the group in the groups collection  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetRelatedVisibleGroupGet the next/previous/first or last group in this band based on each group header's GroupHeader.VisiblePosition.  
Public MethodGetResizeRangeReturns the min and max width of the group.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRemoveColumnRemoves a column from our groupcols collection  
Public MethodResetResets all properties back to their default values  
Public MethodResetAllowGroupCollapsingResets the AllowGroupCollapsing Appearance.  
Public MethodResetCellAppearanceResets CellAppearance to its default value.  
Public MethodResetExpandedResets the property to it's default value.  
Public MethodResetHeaderResets the properties of the Header to their default values.  
Public MethodResetHiddenResets Hidden to its default value (False.)  
Public MethodResetHiddenWhenParentGroupCollapsedResets the property to its default value  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetRowLayoutGroupInfoResets the ResetRowLayoutGroupInfo property to its default value.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodSwapSwaps the location of this group with the specified swapGroup.  
Public MethodToStringReturns the key of the group  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDisposeOverridden. Called when the object is disposed of  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeCellAppearanceReturns true if an bands object has been created.  
Protected MethodShouldSerializeExpandedReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeHeaderReturns true if the Header property is not set to its default value.  
Protected MethodShouldSerializeHiddenReturns true if an bands object has been created.  
Protected MethodShouldSerializeRowGroupInfoReturns true if this property is not set to its default value  
Protected MethodShouldSerializeRowLayoutGroupInfoReturns true if this property is not set to its default value  
Protected MethodShouldSerializeWidthReturns true if this property is not set to its default value  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also