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

AppearanceObject.Name Property

Gets or sets the name of the current appearance object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

[Browsable(false)]
public string Name { get; set; }

Property Value

Type Description
String

A String value which specifies the name of the current appearance object.

See Also