Version

DataMenuItem Class Properties

For a list of all members of this type, see DataMenuItem members.

Public Properties
 NameDescription
Public PropertyAttributesAttributeCollection 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)
Public PropertyClientLevelSets or gets the level. This is transferred and needed to decide how to expand and collapse submenus on the client  
Public PropertyCssClassSets or gets a string value that identifies the CSS class to be applied to this item in its normally displayed state. If a value is specified, it will be appended to the default class name string used for AppStyling. Any CSS rules specfied in the CssClass will override settings specified in the default classes.  
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. (Inherited from Infragistics.Web.UI.Framework.CollectionUIObject)
Public PropertyDataPathSets 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)
Public PropertyEnabledGets/sets whether this item is enabled (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyGroupSettingsCommon settings to be applied for item's sub-menu and all sub-menus down the branch  
Public PropertyHasAttributesReturns a boolean value which indicates if the UIObject currently has any Attributes. (Inherited from Infragistics.Web.UI.Framework.UIObject)
Public PropertyHasChildrenReturns a boolean value that indicates if this object has children within the tree hierarchy. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject)
Public PropertyImageToolTipGets/sets the tooltip for this item's image (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyImageUrlGets/sets a url to be used for the source of this item's image (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyIndexReturns the index of this collection object within its owning collection. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject)
Public PropertyIsEmptyChecks 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)
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. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject)
Public PropertyIsSeparatorSets or Gets boolean property to specify whether this item will be rendered as separator  
Public PropertyItemsReturns a reference to the children items collection of this item.  
Public PropertyKeySet 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. (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyLevelReturns the hierarchical level of this collection object within the tree structure. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject)
Public PropertyMenuGets a reference to the WebDataMenu to which this DataMenuItem belongs.  
Public PropertyNavigateUrlGets/sets a string to be used as the navigate url for this item (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyNextItemGets the next sibling item to this item within the parent items collection. If this item is the last item in the collection, then null is returned.  
Public PropertyOwnerReturns a reference to the collection that owns this object (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject)
Public PropertyParentItemReturns the parent item of this item within the menu item hierarchy.  
Public PropertyPopulatedSets or gets a boolean value that indicates whether or not this item has been populated with children. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject)
Public PropertyPreviousItemGets the previous sibling item to this item within the parent items collection. If this item is the first item in the collection, then null is returned.  
Public PropertySelectedSets or gets a bool value that indicates if this item is selected or not. When true, the item is highlighted in the SelectedCssClass style on the client.  
Public PropertyTargetSets 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. (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyTemplate (Inherited from Infragistics.Web.UI.Framework.UIObject)
Public PropertyTemplateIdID of Template within the TemplateCollection. Identifies the template to use for this NavItem. (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyTextOverridden. Text that will be displayed for that datamenu item  
Public PropertyToolTipGets/sets the tooltip for the item (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyValueGets/sets a string to be used for the value of this item (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Public PropertyVisibleGets/sets whether this item is visible. (Inherited from Infragistics.Web.UI.NavigationControls.NavItem)
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes 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)
Protected PropertyFlagsStores 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)
Protected PropertyInnerItemsInitializedReturns a boolean value that indicates if the inner items collection has been initialized. (Inherited from Infragistics.Web.UI.Framework.HierarchicalUIObject)
Protected PropertyIsTrackingViewStateThis 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)
Protected PropertyPropCountOverridden. Returns the number of positional properties that are managed for Client State by this item.  
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also