HtmlEditorToolbarItemBuilder Class
Represents a toolbar item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class HtmlEditorToolbarItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members accept/return HtmlEditorToolbarItemBuilder objects:
Show 30 links
Remarks
Do not instantiate this class explicitly. A new HtmlEditorToolbarItemBuilder
class instance is created when you call the Items(Action<CollectionFactory<HtmlEditorToolbarItemBuilder>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
HtmlEditorToolbarItemBuilder
See Also