Skip to main content

AppearanceOptions() Constructor

Initializes a new instance of the AppearanceOptions class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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