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

ActionBase.CustomGetTotalTooltip Event

Occurs when an Action‘s ToolTip is calculated.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.1.dll

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