ASPxTextEdit Class
Represents the base class for editors capable of displaying and editing text data.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Inheritance
See Also