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

StyleController() Constructor

Creates a new StyleController object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public StyleController()

Remarks

Use the constructor to create a new style controller at runtime. After the style controller has been created and customized, it should be assigned to the BaseControl.StyleController property of controls, as required.

See Also