Skip to main content
A newer version of this page is available. .

TextBoxSettings Class

Contains the TextBox extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class TextBoxSettings :
    EditorSettings

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.

To access the TextBox specific settings, refer to the TextBoxSettings.Properties property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TextBoxSettings class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also