Skip to main content
.NET 6.0+

CustomGetTotalTooltipEventArgs(String) Constructor

Creates and initializes a new instance of the CustomGetTotalTooltipEventArgs class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomGetTotalTooltipEventArgs(
    string tooltip
)

Parameters

Name Type
tooltip String
See Also