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

PopupColorEdit.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 when:

  • the editor generates color items displayed within the dop-down;
  • the selected color has been changed and its name is to be displayed within the edit box.

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