DxToolbarItemBase Members
Defines the base API for classes that implement Toolbar items.Properties
Name | Description |
---|---|
AdaptivePriority | Specifies the order in which items are hidden when the browser window is resized. |
AdaptiveText | Specifies the item’s text that is displayed when the item is hidden in the adaptive drop-down menu. |
Alignment | Specifies the item’s position. |
BeginGroup | Specifies whether the item is the start of a new item group. |
CssClass | Assign a CSS class to the item. |
DropDownCssClass | Assign a CSS class to the Toolbar Item’s drop-down. |
DropDownDisplayMode | Specifies how the toolbar’s drop-down item displays a menu. |
Enabled | Specifies whether the item is enabled. |
IconCssClass | Specifies an item icon’s CSS class. |
IconUrl | Specifies a Toolbar item icon’s URL. |
Name | Specifies the current item’s unique identifier. |
SubmitFormOnClick | Specifies whether the processed toolbar item can submit a form. |
SyncRoot | For internal use only. Inherited from DxSettingsComponent. |
Text | Specifies the processed toolbar item’s text. |
Tooltip | Specifies an item’s tooltip text. |
Visible | Specifies whether an item is visible or hidden. |
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. |
Events
Name | Description |
---|---|
Click | Fires when a user clicks the processed item. |
See Also