Skip to main content
Tab

ASPxDateEdit.Text Property

Gets or sets the text displayed within the editor’s edit box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string Text { get; set; }

Property Value

Type Description
String

The textual representation of the editor’s value.

Remarks

The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

See Also