Skip to main content

TextEditorButtonBuilder Class

Provides methods to configure an editor’s custom button.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TextEditorButtonBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new TextEditorButtonBuilder class instance is created when you call the Add() method for an editor’s button collection.

Implements

Inheritance

Object
OptionsOwnerBuilder
TextEditorButtonBuilder
See Also