Skip to main content

PopupColorEdit.GetColorName Event

Enables you to specify custom names for colors.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: 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