Skip to main content

BaseControl() Constructor

Creates an instance of the BaseControl class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseControl()

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