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

ColorPickEditTooltipShowingEventArgs.ContentText Property

Gets or sets the content for the current tooltip.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public string ContentText { get; set; }

Property Value

Type Description
String

A string that is the content for the current tooltip.

See Also