NavBarItem Members
Represents an individual item within the ASPxNavBar control.Constructors
Name | Description |
---|---|
NavBarItem() | Initializes a new instance of the NavBarItem class. |
NavBarItem(String, String, String, String, String) | Initializes a new instance of the NavBarItem class with the specified settings. |
NavBarItem(String, String, String, String) | Initializes a new instance of the NavBarItem class with the specified settings. |
NavBarItem(String, String, String) | Initializes a new instance of the NavBarItem class with the specified settings. |
NavBarItem(String, String) | Initializes a new instance of the NavBarItem class with the specified settings. |
NavBarItem(String) | Initializes a new instance of the NavBarItem class using the specified display text. |
Properties
Name | Description |
---|---|
ClientEnabled | Gets or sets a value that indicates whether the item is enabled on the client. |
ClientVisible | Gets or sets a value that specifies the group item’s initial visibility state on the client. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
DataItem | Gets the data item that is bound to the navbar item. |
DataPath | Gets the path to the data that is bound to the navbar item. |
Enabled | Gets or sets a value that indicates whether the item is enabled, allowing the item to respond to end-user interactions. |
Group | Gets the group to which the current item belongs. |
Image | Gets the settings of an image displayed by the item. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
Name | Gets or sets the unique identifier name for the current item. |
NavBar | Gets the navbar object to which the current item belongs. |
NavigateUrl | Gets or sets an URL which defines the navigation location. |
Selected | Gets or sets a value that specifies whether the item is selected. |
Target | Gets or sets the window or frame at which to target the contents of the URL associated with the current item. |
Template | Gets or sets a template used to display the content of the item. |
Text | Gets or sets the text content of the current item. |
TextTemplate | Gets or sets a template used to display the text content of the item. |
ToolTip | Gets or sets the current item’s tooltip text. |
Visible | Gets or sets a value specifying the visibility of the current item. |
VisibleIndex | Gets or sets a value specifying the position of the current item amongst the visible items in a group. |
Methods
Name | Description |
---|---|
Assign(CollectionItem) | Copies the settings from the specified CollectionItem object to the current object. |
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. |
FindControl(String) | Searches the current naming container for a server control with the specified id parameter. |
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 textual representation of the NavBarItem object. |
See Also