Back to Devexpress

TextEdit.AppendText(String) Method

windowsforms-devexpress-dot-xtraeditors-dot-textedit-dot-appendtext-x28-system-dot-string-x29.md

latest1.1 KB
Original Source

TextEdit.AppendText(String) Method

Appends the specified string to EditValue.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void AppendText(
    string text
)
vb
Public Sub AppendText(
    text As String
)

Parameters

NameTypeDescription
textString

A string to append to the edit value (text).

|

See Also

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace