Skip to main content

BaseEdit() Constructor

Creates an instance of the BaseEdit class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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