Skip to main content

AppearanceOptionsEx() Constructor

Initializes a new instance of the AppearanceOptionsEx class with default settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public AppearanceOptionsEx()

Remarks

This constructor is automatically called when an AppearanceObjectEx object initializes its AppearanceObjectEx.Options property. Normally, you will have no need to use this constructor directly.

See Also