ASPxTextEdit Class
In This Article
Represents the base class for editors capable of displaying and editing text data.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public abstract class ASPxTextEdit :
ASPxEdit,
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
#Inheritance
See Also