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

AppearanceOptions.Empty Property

Returns an AppearanceOptions object whose settings are not initialized.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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
AppearanceObjectEx
.Options.Empty
DiagramAppearanceObject
.Options.Empty
HyperlinkLabelControlAppearanceObject
.Options.Empty
See Also