Skip to main content

ColorPickEditTooltipShowingEventArgs.TitleText Property

Gets or sets the title for the current tooltip.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public string TitleText { get; set; }

Property Value

Type Description
String

A string that is the tooltip’s title.

See Also