Back to Devexpress

TextEditBase.EditText Property

wpf-devexpress-dot-xpf-dot-editors-dot-texteditbase-fbababd3.md

latest1.1 KB
Original Source

TextEditBase.EditText Property

Gets a text currently displayed within the editor’s text box.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string EditText { get; }
vb
Public ReadOnly Property EditText As String

Property Value

TypeDescription
String

A text currently displayed within the editor’s text box.

|

Remarks

Use the Text property to set the editor’s text.

See Also

TextEditBase Class

TextEditBase Members

DevExpress.Xpf.Editors Namespace