ActionBase.ToString() Method
Returns an Action‘s textual representation.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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