Skip to main content
All docs
V18.2

ASPxClientReportDesignerCustomizeFieldListActionsEventArgs.Actions Property

Provides access to the current item’s available actions.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public object[] Actions { get; }

Property Value

Type Description
Object[]

An array that contains the current item’s available actions.

See Also