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

StyleController(IContainer) Constructor

Initializes a new instance of the StyleController class with the specified container.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public StyleController(
    IContainer container
)

Parameters

Name Type Description
container IContainer

The IContainer which contains the created style controller.

Remarks

After the style controller has been created and customized, it should be assigned to the BaseControl.StyleController property of controls.

See Also