Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomGetTotalTooltipEventArgs(String) Constructor

Creates and initializes a new instance of the CustomGetTotalTooltipEventArgs class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomGetTotalTooltipEventArgs(
    string tooltip
)

Parameters

Name Type
tooltip String
See Also