Skip to main content
A newer version of this page is available. .

ActionBase.ToString() Method

Returns an Action‘s textual representation.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value which is the current Action’s textual representation.

Remarks

The ToString method returns the human readable name of the current Action. This name is formed from the Action’s ActionBase.Id and ActionBase.Controller. For instance, RefreshAction is represented by the “ID=\Refresh, Controller=\RefreshController” string representation.

See Also