The following tables list the members exposed by ExplorerBarItemBase.
Name | Description | |
---|---|---|
ExplorerBarItemBase Constructor | Overloaded. |
Name | Description | |
---|---|---|
_node |
Name | Description | |
---|---|---|
ActiveCssClass | ActiveCssClass | |
CssClass | CssClass | |
DataItem | Sets or gets an object value that contains a reference to the object in the data source that supplied the data for this item. | |
DisabledCssClass | DisabledCssClass | |
Enabled | Gets or sets a value indicating whether this ExplorerBarItemBase is enabled. | |
Expanded | Gets or sets a value indicating whether this ExplorerBarItemBase is expanded. | |
HasChildren | Returns a boolean value that indicates if this object has children within the tree hierarchy. | |
HoverCssClass | HoverCssClass | |
ImageAltText | Gets or sets the image alternate text. | |
ImageToolTip | Gets or sets the image tool tip. | |
ImageUrl | Gets or sets the image URL. | |
Index | Returns the index of this collection object within its owning collection. | |
Items | Gets the items collection of ExplorerBarGroup or Item. | |
Level | Returns the item level | |
NavigateUrl | Gets or sets the navigate URL. | |
NextItem | Gets the next sibling item to this item within the parent Items collection. | |
Owner | Returns a reference to the collection that owns this object | |
ParentItem | Returns the parent node of this node within the tree node hierarchy. | |
PreviousItem | Gets 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. | |
Selected | Gets or sets a value indicating whether this ExplorerBarItemBase is selected. | |
SelectedCssClass | SelectedCssClass | |
Target | Gets or sets the target. | |
Template | Gets or sets the template. | |
TemplateId | ID of Template within the TemplateCollection. Identifies the template to use for this NavItem. | |
Text | Gets or sets the Text property of ExplorerBarItem or Group. | |
ToolTip | Gets or sets the tool tip. | |
Value | Gets or sets the Value property of ExplorerBarItem or Group. | |
Visible | Gets or sets a value indicating whether this ExplorerBarItemBase is visible. |
Name | Description | |
---|---|---|
ViewState |
Name | Description | |
---|---|---|
EnsureTemplate | Ensures the template. | |
FindControl | ||
GetFullPath | ||
Remove | This method removes this Item from the Items collection of its ParentItem. | |
Toggle | Changes 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. |