ASPxSpinEdit.Text Property
Gets or sets the text displayed within the editor’s edit box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | The culture-dependent 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