The following tables list the members exposed by NavItem.
Name | Description | |
---|---|---|
NavItem Constructor |
Name | Description | |
---|---|---|
dataPath | Sets or gets a string value representing the datapath into the data source used to popuplate the children of this item (if any). data path | |
element | Returns the element assoicated with the item. (Inherited from Infragistics.Web.UI.ObjectBase) | |
enabled | Returns a boolean value which indicates if this item is currently enabled. indicates if the item is enabled or not | |
isEmptyParent | Sets or gets a boolean value that indicates whether or not this item is a parent that has yet to be populated from an Ajax request to expand the node. indicates if the item is a parent that has yet to be populated | |
key | Gets/Sets the key of the NavItem. Item key | |
navigateUrl | Get the URL associated with this navigation item. | |
populated | Sets or gets a boolean value that indicates whether or not this item has been populated with children. indicates if the item is populated or not | |
selected | Returns a boolean value which indicates if this item is currently selected. indicates if item is currently selected or not | |
target | Get the URL associated target. | |
text | Gets/Sets the text of the NavItem. Item text | |
valueString | Gets/Sets the value of the NavItem. value as string | |
visible | Returns a boolean value which indicates if this item is currently visible. Indicates if the item is visible or not. |
Name | Description | |
---|---|---|
dispose | Prepares the object for deletion. (Inherited from Infragistics.Web.UI.UIObject) | |
getItems | Returns the collection of child items of a NavItem. |