Back to Devexpress

TextBoxExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-e3230c16.md

latest3.1 KB
Original Source

TextBoxExtension Class

Represents an extension object implementing the TextBox functionality.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class TextBoxExtension :
    EditorExtension
vb
Public Class TextBoxExtension
    Inherits EditorExtension

The following members return TextBoxExtension objects:

Remarks

To declare the TextBox in a View, invoke the ExtensionsFactory.TextBox helper method. This method returns the TextBox extension that is implemented by the TextBoxExtension class.

To configure the TextBox extension, pass the TextBoxSettings object to the ExtensionsFactory.TextBox helper method as a parameter. The TextBoxSettings object contains all the TextBox extension settings.

Refer to the TextBox Overview topic to learn how to add the TextBox extension to your project.

Inheritance

Object ExtensionBase EditorExtension TextBoxExtension

See Also

TextBoxExtension Members

TextBox

TextBoxSettings

DevExpress.Web.Mvc Namespace