PopupColorEdit.GetColorName Event
Enables you to specify custom names for colors.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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