Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpinEdit.Text Property

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

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

See Also