ExtensionsFactory.TextBox(Action<TextBoxSettings>) Method
Creates a TextBox.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<TextBoxSettings> | A delegate method that accepts TextBoxSettings as a parameter. |
Returns
| Type | Description |
|---|---|
| TextBoxExtension | A TextBoxExtension object implementing the TextBox functionality. |
See Also