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

AppearanceObject Constructors

An appearance object.
Name Parameters Description
AppearanceObject() none Initializes a new instance of the AppearanceObject class.
AppearanceObject(AppearanceDefault) appearanceDefault Initializes a new instance of the AppearanceObject class with default settings.
AppearanceObject(AppearanceObject, AppearanceDefault) main, appearanceDefault Initializes a new instance of the AppearanceObject class with the specified settings.
AppearanceObject(AppearanceObject, AppearanceObject) main, defaultAppearance Initializes a new instance of the AppearanceObject class.
AppearanceObject(AppearanceObject, String) parentAppearance, name Initializes a new instance of the AppearanceObject class with the specified name and parent.
AppearanceObject(AppearanceObject) parentAppearance Initializes a new instance of the AppearanceObject class with the specified parent.
AppearanceObject(IAppearanceOwner, AppearanceObject, String) owner, parentAppearance, name Initializes a new instance of the AppearanceObject class with the specified owner, parent and name.
AppearanceObject(IAppearanceOwner, AppearanceObject) owner, parentAppearance Initializes a new instance of the AppearanceObject class with the specified owner and parent appearance object.
AppearanceObject(IAppearanceOwner, Boolean) owner, reserved This member supports the internal infrastructure, and is not intended to be used directly from your code.
AppearanceObject(String) name Initializes a new instance of the AppearanceObject class with the specified name.
See Also