Back to Devexpress

PopupColorEdit.GetColorName Event

wpf-devexpress-dot-xpf-dot-editors-dot-popupcoloredit-252c6c16.md

latest1.3 KB
Original Source

PopupColorEdit.GetColorName Event

Enables you to specify custom names for colors.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event GetColorNameEventHandler GetColorName
vb
Public Event GetColorName As GetColorNameEventHandler

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

PopupColorEdit Class

PopupColorEdit Members

DevExpress.Xpf.Editors Namespace