Skip to main content

ColorPickEditTooltipShowingEventArgs.Color Property

Gets the color for which a tooltip will be displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Color Color { get; }

Property Value

Type Description
Color

The Color value for which a tooltip will be displayed.

See Also