NavBarItemDataFields Properties
Contains properties allowing you to specify data fields from which item settings of a bound ASPxNavBar should be obtained.Name | Description |
---|---|
ImageUrlField | Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within items. |
NameField | Gets or sets the name of a data field (or an xml element’s attribute) which provides item unique identifier names. |
NavBar | Gets the navbar object to which the current object belongs. Inherited from NavBarDataFields. |
NavigateUrlField | Gets or sets the name of a data field (or an xml element’s attribute) which provides item navigation locations. |
NavigateUrlFormatString | Gets or sets the pattern used to format the navigate URLs of items. |
TextField | Gets or sets the name of a data field (or an xml element’s attribute) which provides item texts. |
TextFormatString | Gets or sets the pattern used to format item texts. |
ToolTipField | Gets or sets the name of a data field (or an xml element’s attribute) which provides item tooltip texts. |
See Also