Skip to main content
All docs
V18.2

ASPxClientReportDesignerCustomizeFieldListActionsEventArgs.Item Property

Specifies the Field List’s item that is currently being processed.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public object Item { get; }

Property Value

Type Description
Object

An object that specifies the current Field List item.

See Also