Version

UltraListViewGroup Class Members

The following tables list the members exposed by UltraListViewGroup.

Public Constructors
 NameDescription
Public ConstructorUltraListViewGroup ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceGets/sets the appearance for this UltraListViewGroup.  
Public PropertyControlReturns the UltraListView control to which this instance belongs, or null if this instance does not belong to a collection.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledGets/sets whether this UltraListViewGroup is enabled in the user interface.  
Public PropertyHasAppearanceReturns whether an appearance object has been created for the Appearance.  
Public PropertyHeaderAccessibilityObjectReturns the accesible object representing the group header.  
Public PropertyHeaderMarginsGets/sets the margins which provide spacing around this UltraListViewGroup's header.  
Public PropertyHeaderMarginsResolvedReturns the resolved value for the Bottom property of the HeaderMargins.  
Public PropertyHeaderUIElementReturns the UltraListViewGroupHeaderUIElement that represents this UltraListViewGroup header in the user interface.  
Public PropertyHeaderVisibleGets/sets whether this UltraListViewGroup's header is displayed in the user interface.  
Public PropertyIndexReturns the ordinal position of this UltraListViewGroup instance in the UltraListViewGroupsCollection to which it belongs.  
Public PropertyItemsReturns a collection of the UltraListViewItem objects whose UltraListViewItem.Group property references this UltraListViewGroup.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyNotificationBadgeSettingsGets or sets the NotificationBadgeSettings for groups.  
Public PropertyNotificationBadgeTextGets or sets the text that specifies the notification badge text.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets/sets the text which is displayed to identify this UltraListViewGroup.  
Public PropertyVisibleGets/sets whether this UltraListViewGroup is displayed in the user interface.  
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 MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
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 MethodResetResets all properties of this UltraListViewGroup instance to their default values.  
Public MethodResetAppearanceResets the properties of the Appearance to their default values.  
Public MethodResetEnabledResets the value of the UltraListViewItem.Enabled property to its default.  
Public MethodResetHeaderMarginsResets the value of the HeaderMargins property to its default.  
Public MethodResetHeaderVisibleResets the value of the HeaderVisible property to its default.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetNotificationBadgeSettingsResets the NotificationBadgeSettings to their default value (null)  
Public MethodResetNotificationBadgeTextResets the NotificationBadgeText property to its default value.  
Public MethodResetTextResets the value of the Text property to its default.  
Public MethodResetVisibleResets the value of the Visible property to its default.  
Public MethodShouldSerializeReturns whether the value of any property of this UltraListViewGroup instance has been changed from its default.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeNotificationBadgeSettingsReturns true if the HasNotificationBadgeSettings needs to be serialized  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetNotificationBadgeBoundsDetermines the rectangle area of the NotificationUIElement. In this area the tools will display the element will be positioned based on its size and position  
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 MethodOnDeserializationCalled after this UltraListViewGroup instance has been de-serialized.  
Protected MethodOnDisposeOverridden. Called when this UltraListViewGroup instance is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property is changed on one of this group's sub-objects.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearanceReturns whether the Appearance requires serialization.  
Protected MethodShouldSerializeEnabledReturns whether the value of the Enabled property has been changed from its default.  
Protected MethodShouldSerializeHeaderMarginsReturns whether the value of the HeaderMargins property has been changed from its default.  
Protected MethodShouldSerializeHeaderVisibleReturns whether the value of the HeaderVisible property has been changed from its default.  
Protected MethodShouldSerializeTextReturns whether the value of the Text property has been changed from its default.  
Protected MethodShouldSerializeVisibleReturns whether the value of the Visible property has been changed from its default.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also