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

ActionBase.GetTotalToolTip() Method

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public virtual string GetTotalToolTip()

Returns

Type Description
String

A string holding the Action’s total tooltip.

Remarks

The total tooltip comprises the caption specified by the ActionBase.ToolTip property and additional messages supplied by XAF. For instance, if the ToolTip property value is “New tool tip” and the Action requires selected objects, the total tooltip value can be “New tool tip\r\nSelected object required”.

See Also