DxSchedulerPreviousIntervalToolbarItem Members
The toolbar item that allows you to navigate to the previous time interval.Constructors
Name | Description |
---|---|
DxSchedulerPreviousIntervalToolbarItem() | Initializes a new instance of the DxSchedulerPreviousIntervalToolbarItem 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. |
Enabled | Specifies whether the item is enabled. Inherited from DxToolbarItemBase. |
IconCssClass | Specifies an item icon’s CSS class. Inherited from DxToolbarItemBase. |
IconUrl | Specifies a Toolbar item icon’s URL. Inherited from DxToolbarItemBase. |
RenderStyle | Specifies the item’s predefined style. Inherited from DxToolbarItem. |
RenderStyleMode | Specifies the item’s render style. Inherited from DxToolbarItem. |
Text | Specifies the processed toolbar item’s text. Inherited from DxToolbarItemBase. |
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