Skip to main content

AppearanceObject.EmptyAppearance Property

Returns an empty appearance object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Appearance")]
public static AppearanceObject EmptyAppearance { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object whose settings are not initialized.

See Also