MVCxHtmlEditorToolbar Properties
A base class for toolbar.| Name | Description |
|---|---|
| Caption | Gets or sets the toolbar‘s caption. Inherited from HtmlEditorToolbar. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Items | Gets the collection of items within the toolbar and provides indexed access to them. |
| Name | Gets or sets the toolbar’s unique identifier name. Inherited from HtmlEditorToolbar. |
| Visible | Gets or sets a value specifying the visibility of the toolbar. Inherited from HtmlEditorToolbar. |
| VisibleIndex | Gets or sets a value specifying the position of the current toolbar amongst the visible toolbars in an ASPxHtmlEditor. Inherited from HtmlEditorToolbar. |
See Also