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