Skip to main content

AppearanceOptions.Empty Property

Returns an AppearanceOptions object whose settings are not initialized.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public static AppearanceOptions Empty { get; }

Property Value

Type Description
AppearanceOptions

An AppearanceOptions object whose settings are not initialized.

Property Paths

You can access this nested property as listed below:

Object Type Path to Empty
AppearanceObject
.Options .Empty
AppearanceOptions
.Empty .Empty
See Also