Back to Devexpress

CaptionHelper.GetActionCaption(String) Method

expressappframework-devexpress-dot-expressapp-dot-utils-dot-captionhelper-dot-getactioncaption-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

CaptionHelper.GetActionCaption(String) Method

Returns the display caption corresponding to an Action.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static string GetActionCaption(
    string actionName
)
vb
Public Shared Function GetActionCaption(
    actionName As String
) As String

Parameters

NameTypeDescription
actionNameString

A string containing the identifier of the Action whose display caption must be retrieved.

|

Returns

TypeDescription
String

A string representing the display caption corresponding to the specified Action.

|

Remarks

If the specified Action does not exist, this method returns null.

See Also

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace