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

AppearanceOptions() Constructor

Initializes a new instance of the AppearanceOptions class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public AppearanceOptions()

Remarks

This constructor is automatically called when an AppearanceObject initializes its AppearanceObject.Options property. Usually, you will have no need to use this constructor in applications.

See Also