Skip to main content
A newer version of this page is available. .

BaseStyleControl() Constructor

Initializes an instance of the BaseStyleControl class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public BaseStyleControl()

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