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