Skip to main content
.NET 6.0+

SingleChoiceAction.GetTotalToolTip() Method

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.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