HtmlEditorToolbar Properties
Represents a base class for toolbars.Name | Description |
---|---|
Caption | Gets or sets the toolbar‘s caption. |
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. |
Visible | Gets or sets a value specifying the visibility of the toolbar. |
VisibleIndex | Gets or sets a value specifying the position of the current toolbar amongst the visible toolbars in an ASPxHtmlEditor. |
See Also