Skip to main content
Tab

ASPxTextEdit.Text Property

Gets or sets the text displayed within the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A String value representing the text within the editor.

Implements

See Also