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

BaseEdit() Constructor

Creates an instance of the BaseEdit class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public BaseEdit()

Remarks

The BaseEdit is the base class for all classes representing in-place editors. You should not call this constructor directly. This constructor is called by derived classes to perform basic initialization.

See Also