Version

ExplorerBarItemBase Class Members

The following tables list the members exposed by ExplorerBarItemBase.

Public Constructors
 NameDescription
Public ConstructorExplorerBarItemBase ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected Field_node  
Public Properties
 NameDescription
Public PropertyActiveCssClassActiveCssClass  
Public PropertyCssClassCssClass  
Public PropertyDataItemSets or gets an object value that contains a reference to the object in the data source that supplied the data for this item.  
Public PropertyDisabledCssClassDisabledCssClass  
Public PropertyEnabledGets or sets a value indicating whether this ExplorerBarItemBase is enabled.  
Public PropertyExpandedGets or sets a value indicating whether this ExplorerBarItemBase is expanded.  
Public PropertyHasChildrenReturns a boolean value that indicates if this object has children within the tree hierarchy.  
Public PropertyHoverCssClassHoverCssClass  
Public PropertyImageAltTextGets or sets the image alternate text.  
Public PropertyImageToolTipGets or sets the image tool tip.  
Public PropertyImageUrlGets or sets the image URL.  
Public PropertyIndexReturns the index of this collection object within its owning collection.  
Public PropertyItemsGets the items collection of ExplorerBarGroup or Item.  
Public PropertyLevelReturns the item level  
Public PropertyNavigateUrlGets or sets the navigate URL.  
Public PropertyNextItemGets the next sibling item to this item within the parent Items collection.  
Public PropertyOwnerReturns a reference to the collection that owns this object  
Public PropertyParentItemReturns the parent node of this node within the tree node hierarchy.  
Public PropertyPreviousItemGets the previous sibling item to this item within the parent Items collection. If this Item is the first node in the collection, then null is returned.  
Public PropertySelectedGets or sets a value indicating whether this ExplorerBarItemBase is selected.  
Public PropertySelectedCssClassSelectedCssClass  
Public PropertyTargetGets or sets the target.  
Public PropertyTemplateGets or sets the template.  
Public PropertyTemplateIdID of Template within the TemplateCollection. Identifies the template to use for this NavItem.  
Public PropertyTextGets or sets the Text property of ExplorerBarItem or Group.  
Public PropertyToolTipGets or sets the tool tip.  
Public PropertyValueGets or sets the Value property of ExplorerBarItem or Group.  
Public PropertyVisibleGets or sets a value indicating whether this ExplorerBarItemBase is visible.  
Protected Properties
 NameDescription
Protected PropertyViewState  
Public Methods
 NameDescription
Public MethodEnsureTemplateEnsures the template.  
Public MethodFindControl  
Public MethodGetFullPath  
Public MethodRemoveThis method removes this Item from the Items collection of its ParentItem.  
Public MethodToggleChanges the Expanded state of the item to the opposite value from what it is currently. If the item is expanded, then it will be collapsed. If the item is collapsed, it will be expanded.  
Public Operators
See Also