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

CustomFilterExpressionDisplayTextEventArgs.Tooltip Property

Gets or sets the tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Tooltip { get; set; }

Property Value

Type Description
String

A string value that specifies the text of the tooltip.

See Also