Skip to main content

UserLookAndFeel.SetStyle(ILookAndFeelService, String) Method

For internal use.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public bool SetStyle(
    ILookAndFeelService service,
    string defaultSkinPaletteName
)

Parameters

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

Returns

Type
Boolean
See Also