Back to Devexpress

ASPxTextEdit Class

aspnet-devexpress-dot-web-018acba3.md

latest6.2 KB
Original Source

ASPxTextEdit 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 ASPxTextEdit :
    ASPxEdit,
    ITextControl,
    IEditableTextControl
vb
Public MustInherit Class ASPxTextEdit
    Inherits ASPxEdit
    Implements ITextControl,
               IEditableTextControl

Remarks

The ASPxTextEdit class serves as a base for the editors allowing text input (such as the ASPxMemo, ASPxTextBox, ASPxButtonEdit, ASPxComboBox and ASPxDateEdit).

In addition to the common editor settings inherited from its ancestors, the ASPxTextEdit class implements the ASPxTextEdit.Text property that specifies the editor’s text and the ASPxTextEdit.TextChanged event which allow you to respond to the changes made to the editor’s text by end-users.

Implements

Show 17 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

IEditableTextControl

ITextControl

Inheritance

Show 48 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxMemo

ASPxPureTextBoxBase

ASPxAutoCompleteBoxBase

ASPxTextBoxBase

ASPxTokenBox

ASPxColorEdit

ASPxComboBox

ASPxDateEdit

ASPxButtonEditBase

ASPxGridLookup

ASPxSpinEditBase

ASPxButtonEdit

ASPxTextBox

ASPxSpinEdit

ASPxTimeEdit

ASPxDropDownEdit

ASPxDropDownEditBase

BootstrapColorEdit

BootstrapButtonEdit

BootstrapMemo

BootstrapDateEdit

MVCxButtonEdit

MVCxColorEdit

MVCxComboBox

MVCxDateEdit

MVCxDropDownEdit

MVCxGridLookup

MVCxMemo

MVCxSpinEdit

MVCxTextBox

MVCxTimeEdit

MVCxTokenBox

BootstrapComboBox

BootstrapDropDownEdit

BootstrapSpinEdit

BootstrapTagBox

BootstrapTextBox

BootstrapTimeEdit

See Also

ASPxTextEdit Members

TextEditProperties

DevExpress.Web Namespace