aspnet-devexpress-dot-web-459a70f6.md
Represents the base class for editors capable of displaying and editing text data.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class ASPxTextBoxBase :
ASPxPureTextBoxBase
Public MustInherit Class ASPxTextBoxBase
Inherits ASPxPureTextBoxBase
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).
Show 17 items
Show 45 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase
See Also