Skip to main content

ColorPalette.Name Property

Gets the palette’s name.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value that specifies the palette’s name.

Remarks

The Name property is initialized within the ColorPalette constructor.

See Also