NavBarDataFields Properties
Serves as a base for classes that contain properties allowing you to specify data fields from which item and group settings of a bound ASPxNavBar should be obtained.| Name | Description |
|---|---|
| NameField | Gets or sets the name of an xml element’s attribute which provides unique identifier names for items or groups. |
| NavBar | Gets the navbar object to which the current object belongs. |
| NavigateUrlField | Gets or sets the name of an xml element’s attribute which provides navigate URLs for items or groups. |
| NavigateUrlFormatString | Gets or sets the pattern used to format the navigate URLs. |
| TextField | Gets or sets the name of an xml element’s attribute which provides texts for items or groups. |
| TextFormatString | Gets or sets the pattern used to format texts of items or groups. |
| ToolTipField | Gets or sets the data source field which provides tooltip texts for items or groups. |
See Also