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

BaseEdit Class

Serves as the base for all editors that can be used for inplace editing in container controls.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class BaseEdit :
    BaseControl,
    IServiceContainer,
    IServiceProvider,
    ILogicalOwner,
    IBaseEdit

Remarks

The BaseEdit class implements basic functionality for editors that can be used for inplace editing in container controls provided by Developer Express.

Inheritance

See Also