A newer version of this page is available.
Switch to the current version.
ASPxTextEdit Class
Represents the base class for editors capable of displaying and editing text data.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public abstract class ASPxTextEdit :
ASPxEdit,
ITextControl,
IEditableTextControl
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
Inheritance
See Also
Feedback