Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ASPxClientReportDesignerCustomizeFieldListActionsEventArgs Class

#Declaration

TypeScript
declare class ASPxClientReportDesignerCustomizeFieldListActionsEventArgs extends ASPxClientEventArgs

#Remarks

ASPxClientReportDesignerCustomizeFieldListActionsEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientReportDesignerCustomizeFieldListActionsEventArgs

#constructor(item, actions)

Initializes a new instance of the ASPxClientReportDesignerCustomizeFieldListActionsEventArgs class with the specified settings.

#Declaration

TypeScript
constructor(
    item: any,
    actions: any[]
)

#Parameters

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.

#Properties

#Actions Property

Provides access to the current item’s available actions.

#Declaration

TypeScript
Actions: any[]

#Property Value

Type Description
any[]

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

#Item Property

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

#Declaration

TypeScript
Item: any

#Property Value

Type Description
any

An object that specifies the current Field List item.