For a list of all members of this type, see NavItem members.
Name | Description | |
---|---|---|
Attributes | AttributeCollection property that can be used to add Html markup attributes to the UIObject which will be rendered to the Html stream during the rendering phase. (Inherited from Infragistics.Web.UI.Framework.UIObject) | |
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. (Inherited from Infragistics.Web.UI.Framework.CollectionUIObject) | |
DataPath | Sets or gets a string value representing the datapath into the data source used to popuplate the children of this item (if any). (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
Enabled | Gets/sets whether this item is enabled | |
HasAttributes | Returns a boolean value which indicates if the UIObject currently has any Attributes. (Inherited from Infragistics.Web.UI.Framework.UIObject) | |
HasChildren | Returns a boolean value that indicates if this object has children within the tree hierarchy. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
ImageToolTip | Gets/sets the tooltip for this item's image | |
ImageUrl | Gets/sets a url to be used for the source of this item's image | |
Index | Returns the index of this collection object within its owning collection. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
IsEmpty | Checks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
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. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
Key | Set or gets a string value that can be used to uniquely identify a node, independant of its Text or Value properties. The Key property can be bound to a DataSource field using the NodeBinding.KeyField property setting. | |
Level | Returns the hierarchical level of this collection object within the tree structure. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
NavigateUrl | Gets/sets a string to be used as the navigate url for this item | |
Owner | Returns a reference to the collection that owns this object (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
ParentItem | Returns a reference to the Parent of this item. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
Populated | Sets or gets a boolean value that indicates whether or not this item has been populated with children. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
Target | Sets or gets a string value that specifies an Html Frame to be used as the Target of the NavigateUrl property. When the DataTreeNode is clicked, the NavigateUrl string will be used to navigate to the specified web page and the page will be displayed in the Frame of the browser specified by this property. | |
Template | (Inherited from Infragistics.Web.UI.Framework.UIObject) | |
TemplateId | ID of Template within the TemplateCollection. Identifies the template to use for this NavItem. | |
Text | Gets/sets a string to be used for the text of this item | |
ToolTip | Gets/sets the tooltip for the item | |
Value | Gets/sets a string to be used for the value of this item | |
Visible | Gets/sets whether this item is visible. |
Name | Description | |
---|---|---|
AdditionalClientState | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
CollectionData | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
DelayLoadingClientCollections | Customizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
Flags | Stores all the ClientUIFlags into one integer, that will be passed down to the client in the Client Property Array. (Inherited from Infragistics.Web.UI.Framework.UIObject) | |
InnerItemsInitialized | Returns a boolean value that indicates if the inner items collection has been initialized. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject) | |
IsTrackingViewState | This method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
PropCount | Overridden. Returns the number of client properties for this type of item | |
TransactionLists | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) | |
ViewState | Property to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |