Skip to main content

TextAreaBuilder Class

A TextArea control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TextAreaBuilder :
    WidgetBuilder

The following members return TextAreaBuilder objects:

Show 104 links

Remarks

Call the TextArea helper method to create a new TextArea control. The method creates a TextAreaBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().TextArea() // create a TextArea
    // call methods to specify control options
)

Inheritance

See Also