TextEditorButtonWidgetFactory Class
In This Article
Provides methods that allow you to configure an editor’s custom button.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class TextEditorButtonWidgetFactory :
AbstractWidgetFactory
#Remarks
Do not instantiate this class explicitly.
A new TextEditorButtonWidgetFactory
class instance is created when you call the Widget(Func<TextEditorButtonWidgetFactory, WidgetBuilder>) method.
#Inheritance
Object
AbstractWidgetFactory
TextEditorButtonWidgetFactory
See Also