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.v18.2.dll

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