TextEdit.AppendText(String) Method
In This Article
Appends the specified string to EditValue.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A string to append to the edit value (text). |
See Also