Skip to main content

SpinEdit.Text Property

Gets or sets the text displayed in the control’s edit box.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Bindable(false)]
[Browsable(false)]
public override string Text { get; set; }

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 the RepositoryItemTextEdit.Mask settings. Otherwise, the edit value is formatted using the RepositoryItem.DisplayFormat format.

See Also