BaseControl() Constructor
In This Article
Creates an instance of the BaseControl class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
The BaseControl class is abstract and thus you should not create its instances directly. The current constructor is invoked automatically when you create controls derived from the BaseControl class.
See Also