xtrareports-js-aspxclientreportdesignercustomizefieldlistactionseventargs.md
Provides data for the ASPxClientReportDesigner.CustomizeFieldListActions event.
declare class ASPxClientReportDesignerCustomizeFieldListActionsEventArgs extends ASPxClientEventArgs
ASPxClientReportDesignerCustomizeFieldListActionsEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientReportDesignerCustomizeFieldListActionsEventArgs
Initializes a new instance of the ASPxClientReportDesignerCustomizeFieldListActionsEventArgs class with the specified settings.
constructor(
item: any,
actions: any[]
)
| Name | Type | Description |
|---|---|---|
| item | any |
An object that specifies the item that is currently being processed. This object is assigned to the Item property.
| | actions | any[] |
Specifies the collection that contains the current item’s available actions. This object is assigned to the Actions property.
|
Provides access to the current item’s available actions.
Actions: any[]
| Type | Description |
|---|---|
| any[] |
An array that contains the current item’s available actions.
|
Specifies the Field List’s item that is currently being processed.
Item: any
| Type | Description |
|---|---|
| any |
An object that specifies the current Field List item.
|