Back to Devexpress

UserLookAndFeel.SetStyle(ILookAndFeelService) Method

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-dot-setstyle-x28-devexpress-dot-lookandfeel-dot-designservice-dot-ilookandfeelservice-x29.md

latest1.5 KB
Original Source

UserLookAndFeel.SetStyle(ILookAndFeelService) Method

This method supports internal infrastructure and is not intended to be used in code.

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public bool SetStyle(
    ILookAndFeelService service
)
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function SetStyle(
    service As ILookAndFeelService
) As Boolean

Parameters

NameTypeDescription
serviceDevExpress.LookAndFeel.DesignService.ILookAndFeelService

|

Returns

TypeDescription
Boolean

|

See Also

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace