Version

NavItem class Members

The following tables list the members exposed by NavItem.

Public Constructors
 NameDescription
Public ConstructorNavItem Constructor  
Public Properties
 NameDescription
Public PropertydataPathSets or gets a string value representing the datapath into the data source used to popuplate the children of this item (if any). data path  
Public PropertyelementReturns the element assoicated with the item. (Inherited from Infragistics.Web.UI.ObjectBase)
Public PropertyenabledReturns a boolean value which indicates if this item is currently enabled. indicates if the item is enabled or not  
Public PropertyisEmptyParentSets 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  
Public PropertykeyGets/Sets the key of the NavItem. Item key  
Public PropertynavigateUrlGet the URL associated with this navigation item.  
Public PropertypopulatedSets 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  
Public PropertyselectedReturns a boolean value which indicates if this item is currently selected. indicates if item is currently selected or not  
Public PropertytargetGet the URL associated target.  
Public PropertytextGets/Sets the text of the NavItem. Item text  
Public PropertyvalueStringGets/Sets the value of the NavItem. value as string  
Public PropertyvisibleReturns a boolean value which indicates if this item is currently visible. Indicates if the item is visible or not.  
Public Methods
 NameDescription
Public MethoddisposePrepares the object for deletion. (Inherited from Infragistics.Web.UI.UIObject)
Public MethodgetItemsReturns the collection of child items of a NavItem.  
See Also