ASPxDateEdit.Text Property
In This Article
Gets or sets the text displayed within the editor’s edit box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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