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

SingleChoiceAction.GetTotalToolTip() Method

Returns the Action’s total tooltip. Intended for internal use.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override string GetTotalToolTip()

Returns

Type Description
String

A string that is the Action’s total tooltip.

See Also