Skip to main content

ColorPalette.Name Property

Gets the palette's name.

Namespace: DevExpress.Xpf.Editors

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

#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