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

ColorEdit.GetColorName Event

Enables you to specify custom names for colors.

Namespace: DevExpress.Xpf.Editors

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

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

Declaration

public event GetColorNameEventHandler GetColorName

Event Data

The GetColorName event's data class is DevExpress.Xpf.Editors.GetColorNameEventArgs.

Remarks

The GetColorName event occurs each time the editor generates color items, allowing you to specify color names that are displayed within hints. The processed color is returned by the event parameter’s Color property. To specify its name, use the event parameter’s ColorName property.

See Also