Skip to main content
.NET 6.0+

ActionBase.CustomGetTotalTooltip Event

Occurs when an Action‘s ToolTip is calculated.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<CustomGetTotalTooltipEventArgs> CustomGetTotalTooltip

Event Data

The CustomGetTotalTooltip event's data class is CustomGetTotalTooltipEventArgs. The following properties provide information specific to this event:

Property Description
Tooltip Gets or sets an Action‘s ToolTip‘s text.

Remarks

Use this event to specify a custom text for an Action’s tooltip.

See Also