BaseEdit() Constructor
In This Article
Creates an instance of the BaseEdit class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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