Skip to main content
A newer version of this page is available. .

TextEditBase Class

Serves as the base class for editors that provide the text editing capability (e.g. TextEdit, ComboBoxEdit, DateEdit).

Namespace: DevExpress.Xpf.Editors

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

Declaration

public abstract class TextEditBase :
    BaseEdit,
    ITextExportSettings,
    IExportSettings

Remarks

The TextEditBase class implements basic functionality for editors that provide the text editing capability.

See Also