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

AppearanceOptionsEx() Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

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