ASPxTextBoxBase Class
Represents the base class for editors capable of displaying and editing text data.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxTextBoxBase class serves as a base for the editors that allow text to be inputted into their textboxes (such as the ASPxTextBox, ASPxButtonEdit, ASPxComboBox and ASPxDateEdit).
In addition to the common editor settings inherited from its ancestors, the ASPxTextBoxBase class implements type specific properties that, in particular, allow the editor’s AutoComplete behavior to be controlled (ASPxTextBoxBase.AutoCompleteType), the maximum length and horizontal alignment of the editor’s text contents specified (ASPxTextBoxBase.MaxLength), the text’s display manner defined (ASPxTextBoxBase.Password).