Skip to main content

AppearanceObject.EmptyAppearance Property

Returns an empty appearance object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

Declaration

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

Property Value

Type Description
AppearanceObject

An AppearanceObject object whose settings are not initialized.

See Also