Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

UserLookAndFeel.SetStyle Method

Name Parameters Description
SetStyle(ILookAndFeelService, String) service, defaultSkinPaletteName For internal use.
SetStyle(ILookAndFeelService) service This method supports internal infrastructure and is not intended to be used in code.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, TouchUIMode, Single) style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, touchUIMode, touchScaleFactor Obsolete. Sets the look and feel settings of the current object to the specified values. This member is no longer supported.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, TouchUIMode) style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, touchUIMode Obsolete. Sets the look and feel settings of the current object to the specified values. This member is no longer supported.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, Boolean, Single) style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, touchUI, touchScaleFactor Obsolete. Sets the look and feel settings of the current object to the specified values. This member is no longer supported.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, Boolean) style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, touchUI Obsolete. Sets the look and feel settings of the current object to the specified values. This member is no longer supported.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, String) style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, paletteName Sets the look and feel settings of the current object to the specified values. This member is no longer supported.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String) style, useWindowsXPTheme, useDefaultLookAndFeel, skinName Sets the look and feel settings of the current object to the specified values. This method is obsolete.
SetStyle(LookAndFeelStyle, Boolean, Boolean) style, useWindowsXPTheme, useDefaultLookAndFeel Sets the look and feel settings of the current object.