Version

UltraGridGroup Class Properties

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

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)
See Also