SpinEdit.Text Property
In This Article
Gets or sets the text displayed in the control’s edit box.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
String | A string value representing the text displayed in the control’s edit box. |
#Remarks
The Text property represents the editor’s display value. Generally, this property is the formatted edit value string representation.
When the editor is focused, the edit value is formatted according to RepositoryItemTextEdit.MaskSettings settings. Otherwise, the edit value is formatted using the RepositoryItem.DisplayFormat format.
See Also