Version

HierarchicalItem Class Members

The following tables list the members exposed by HierarchicalItem.

Public Constructors
 NameDescription
Public ConstructorHierarchicalItem Constructor  
Public Properties
 NameDescription
Public PropertyCaptionGets or sets the text that is dispalyed in UI.  
Public PropertyDataObjectGets or sets the instance of the meta item that this HierarchicalItem represents.  
Public PropertyExpandWhenInitializedGets or sets a value indicating whether the UI should expand this instance by default.  
Public PropertyItemsGets the collection of child items of this HierarchicalItem.  
Public PropertyItemTypeGets or sets the ItemTypes of the meta item.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedInvoked whenever the effective value of any property on this ViewModelBase has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.Olap.ViewModelBase)
Public Events
 NameDescription
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Infragistics.Olap.ViewModelBase)
See Also