Skip to main content
.NET 6.0+

IModelActionLink.ActionId Property

Specifies the current Action identifier.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
string ActionId { get; set; }

Property Value

Type Description
String

A string specifying the current Action identifier.

See Also