Back to Devexpress

ASPxTextBoxBase Class

aspnet-devexpress-dot-web-459a70f6.md

latest6.2 KB
Original Source

ASPxTextBoxBase Class

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

Declaration

csharp
public abstract class ASPxTextBoxBase :
    ASPxPureTextBoxBase
vb
Public MustInherit Class ASPxTextBoxBase
    Inherits ASPxPureTextBoxBase

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).

Implements

Show 17 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

IEditableTextControl

ITextControl

Inheritance

Show 45 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase

ASPxTextBox

ASPxAutoCompleteBoxBase

ASPxTokenBox

ASPxColorEdit

ASPxComboBox

ASPxDateEdit

ASPxGridLookup

ASPxSpinEditBase

ASPxButtonEdit

ASPxSpinEdit

ASPxTimeEdit

ASPxDropDownEdit

ASPxDropDownEditBase

BootstrapColorEdit

BootstrapButtonEdit

BootstrapDateEdit

BootstrapDropDownEdit

BootstrapTagBox

BootstrapTextBox

BootstrapTimeEdit

MVCxButtonEdit

MVCxColorEdit

MVCxComboBox

MVCxDateEdit

MVCxDropDownEdit

MVCxGridLookup

MVCxSpinEdit

MVCxTextBox

MVCxTimeEdit

MVCxTokenBox

BootstrapComboBox

BootstrapSpinEdit

See Also

ASPxTextBoxBase Members

TextBoxPropertiesBase

DevExpress.Web Namespace