Skip to main content
A newer version of this page is available. .
Tab

ASPxSpinEdit.Text Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override string Text { get; set; }

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