Back to Devexpress

AppearanceObject.Name Property

windowsforms-devexpress-dot-utils-dot-appearanceobject-3f05824d.md

latest1.2 KB
Original Source

AppearanceObject.Name Property

Gets or sets the name of the current appearance object.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public string Name { get; set; }
vb
<Browsable(False)>
Public Property Name As String

Property Value

TypeDescription
String

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

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace