Back to Devexpress

SpinEdit.Text Property

windowsforms-devexpress-dot-xtraeditors-dot-spinedit-2910630d.md

latest1.9 KB
Original Source

SpinEdit.Text Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Bindable(false)]
[Browsable(false)]
public override string Text { get; set; }
vb
<Bindable(False)>
<Browsable(False)>
Public Overrides Property Text As String

Property Value

TypeDescription
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

EditValue

Value

DisplayFormat

MaskSettings

SpinEdit Class

SpinEdit Members

DevExpress.XtraEditors Namespace