Skip to main content

AppearanceObject.Name Property

Gets or sets the name of the current appearance object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.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