Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ActionBase.GetTotalToolTip(String) Method

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public virtual string GetTotalToolTip(
    string itemCaption
)

#Parameters

Name Type Description
itemCaption String

A string holding an additional message to be included in the total tooltip.

#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