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.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public class BaseEdit :
    DXControl,
    IServiceContainer,
    IServiceProvider

Remarks

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

Inheritance

Show 12 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
DevExpress.Core.Native.DXControl
See Also