NavBarGroupDataFields Properties
Contains properties allowing you to specify data fields from which group settings of a bound ASPxNavBar should be obtained.| Name | Description |
|---|---|
| HeaderImageUrlField | Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within group headers. |
| NameField | Gets or sets the name of a data field (or an xml element’s attribute) which provides group 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 group navigation locations. |
| NavigateUrlFormatString | Gets or sets the pattern used to format navigate URLs of groups. |
| TextField | Gets or sets the name of a data field (or an xml element’s attribute) which provides group texts. |
| TextFormatString | Gets or sets the pattern used to format group texts. |
| ToolTipField | Gets or sets the name of a data field (or an xml element’s attribute) which provides group tooltip texts. |
See Also