MVCxNavBarItem Members
In This Article
#Constructors
Name | Description |
---|---|
MVCx |
Initializes a new instance of the MVCx |
MVCx |
Initializes a new instance of the MVCx |
MVCx |
Initializes a new instance of the MVCx |
MVCx |
Initializes a new instance of the MVCx |
MVCx |
Initializes a new instance of the MVCx |
MVCx |
Initializes a new instance of the MVCx |
#Properties
Name | Description |
---|---|
Client |
Gets or sets a value that indicates whether the item is enabled on the client.
Inherited from Nav |
Client |
Gets or sets a value that specifies the group item’s initial visibility state on the client.
Inherited from Nav |
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Data |
Gets the data item that is bound to the navbar item.
Inherited from Nav |
Data |
Gets the path to the data that is bound to the navbar item.
Inherited from Nav |
Enabled |
Gets or sets a value that indicates whether the item is enabled, allowing the item to respond to end-user interactions.
Inherited from Nav |
Group |
Gets the group to which the current item belongs.
Inherited from Nav |
Image |
Gets the settings of an image displayed by the item.
Inherited from Nav |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Name |
Gets or sets the unique identifier name for the current item.
Inherited from Nav |
Nav |
Gets the navbar object to which the current item belongs.
Inherited from Nav |
Navigate |
Gets or sets an URL which defines the navigation location.
Inherited from Nav |
Selected |
Gets or sets a value that specifies whether the item is selected.
Inherited from Nav |
Target |
Gets or sets the window or frame at which to target the contents of the URL associated with the current item.
Inherited from Nav |
Template |
Gets or sets a template used to display the content of the item.
Inherited from Nav |
Text |
Gets or sets the text content of the current item.
Inherited from Nav |
Text |
Gets or sets a template used to display the text content of the item.
Inherited from Nav |
Tool |
Gets or sets the current item’s tooltip text.
Inherited from Nav |
Visible |
Gets or sets a value specifying the visibility of the current item.
Inherited from Nav |
Visible |
Gets or sets a value specifying the position of the current item amongst the visible items in a group.
Inherited from Nav |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified Collection |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Searches the current naming container for a server control with the specified id parameter.
Inherited from Nav |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Allows you to specify an item template. |
Set |
Allows you to specify an item template. |
Set |
Allows you to specify a template for the item’s text content. |
Set |
Allows you to specify a template for the item’s text content. |
To |
Returns the textual representation of the Nav |
See Also