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

ColorPickEditTooltipShowingEventArgs.Color Property

Gets the color for which a tooltip will be displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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