DxSchedulerViewNavigatorToolbarItem Members
The drop-down item that allows you to to switch between views.Constructors
| Name | Description |
|---|---|
| DxSchedulerViewNavigatorToolbarItem() | Initializes a new instance of the DxSchedulerViewNavigatorToolbarItem class. |
Properties
| Name | Description |
|---|---|
| AdaptivePriority | Specifies the order in which items are hidden when the browser window is resized. Inherited from DxToolbarItemBase. |
| Alignment | Specifies the item’s position. Inherited from DxToolbarItemBase. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Toolbar item. Inherited from DxToolbarItemBase. |
| BeginGroup | Specifies whether the item is the start of a new item group. Inherited from DxToolbarItemBase. |
| CssClass | Assigns a CSS class to the item. Inherited from DxToolbarItemBase. |
| DropDownCssClass | Assigns a CSS class to the Toolbar Item’s drop-down. Inherited from DxToolbarItemBase. |
| Enabled | Specifies whether the item is enabled. Inherited from DxToolbarItemBase. |
| RenderStyle | Specifies the item’s predefined style. Inherited from DxToolbarItem. |
| RenderStyleMode | Specifies the item’s render style. Inherited from DxToolbarItem. |
| Tooltip | Specifies an item’s tooltip text. Inherited from DxToolbarItemBase. |
| Visible | Specifies whether an item is visible or hidden. Inherited from DxToolbarItemBase. |
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 a string that represents the current object. Inherited from Object. |
See Also