AppearanceObject.EmptyAppearance Property
In This Article
Returns an empty appearance object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Appearance")]
public static AppearanceObject EmptyAppearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
See Also