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

UserLookAndFeel.SetStyle(ILookAndFeelService, String) Method

For internal use.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public bool SetStyle(
    ILookAndFeelService service,
    string defaultSkinName
)

Parameters

Name Type
service DevExpress.LookAndFeel.DesignService.ILookAndFeelService
defaultSkinName String

Returns

Type
Boolean
See Also