Skip to main content
A newer version of this page is available. .

HtmlEditorToolbarItemBuilder Class

Represents a toolbar item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class HtmlEditorToolbarItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

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