Skip to main content
Tab

CustomFilterExpressionDisplayTextEventArgs.Tooltip Property

Gets or sets the tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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