aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-2869c6c9.md
A TextArea control.
Namespace : DevExtreme.AspNet.Mvc.Builders
Assembly : DevExtreme.AspNet.Core.dll
public class TextAreaBuilder :
WidgetBuilder
The following members return TextAreaBuilder objects:
Show 105 links
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
)
Object OptionsOwnerBuilder WidgetBuilder TextAreaBuilder
See Also