Skip to main content
A newer version of this page is available. .
Tab

NavBarDataFields Members

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.

Constructors

Name Description
NavBarDataFields(ASPxNavBar) Initializes a new instance of the NavBarDataFields class specifying its owner.

Properties

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 tool tip texts for items or groups.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also