DashboardMenuItem Members
A dashboard menu item.Constructors
| Name | Description |
|---|---|
| DashboardMenuItem(String, String, Int32, Int32) | Initializes a new instance of the DashboardMenuItem class. |
| DashboardMenuItem(String, String, Int32, Int32, Action) | Initializes a new instance of the DashboardMenuItem class. |
Properties
| Name | Description |
|---|---|
| click | Gets or sets a custom function that is invoked when a click occurs. |
| data | Gets or sets data that is used by a menu item. |
| disabled | Gets whether a dashboard menu item is disabled. |
| hasSeparator | Gets or sets whether a dashboard menu item has a separator. |
| hotKey | Gets or sets a code of the key used in the keyboard shortcut. This shortcut allows you to invoke the current menu item. |
| id | Gets or sets a unique identifier of a dashboard menu item. |
| index | Gets or sets a position of the dashboard menu item within the dashboard menu. |
| selected | Gets or sets whether the dashboard menu item is selected. |
| template | Gets or sets a knockout template for the extension. |
| title | Gets or sets a dashboard menu item title. |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. 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 a string that represents the current object. Inherited from Object. |
See Also