HtmlEditorToolbarItemBuilder Class
In This Article
Represents a toolbar item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class HtmlEditorToolbarItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Related API Members
The following members 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