TextBoxBuilder(OptionsOwnerContext) Constructor
For internal use only. Initializes a new TextBoxBuilder class instance.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public TextBoxBuilder(
OptionsOwnerContext context
)
Parameters
Name | Type | Description |
---|---|---|
context | OptionsOwnerContext | For internal use only. |
Remarks
Do not use this constructor explicitly. To create a new TextBox control, use the TextBox helper method:
@(Html.DevExtreme().TextBox() // create a TextBox
// call methods to specify control options
)
See Also