xtrareports-js-aspxclientcustomizemenuactionseventargs.md
Provides data for the ASPxClientReportDesigner.CustomizeMenuActions, ASPxClientReportDesigner.PreviewCustomizeMenuActions and ASPxClientWebDocumentViewer.CustomizeMenuActions.
declare class ASPxClientCustomizeMenuActionsEventArgs extends ASPxClientEventArgs
ASPxClientCustomizeMenuActionsEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientCustomizeMenuActionsEventArgs
Initializes a new instance of the ASPxClientCustomizeMenuActionsEventArgs class with the specified settings.
constructor(
actions: DevExpress.Analytics.Utils.IAction[]
)
| Name | Type |
|---|---|
| actions | IAction[] |
Provides access to the collection of actions available in the toolbar and menu.
Actions: DevExpress.Analytics.Utils.IAction[]
| Type |
|---|
| IAction[] |
Returns a menu action with the specified ID.
GetById(
actionId: string
): DevExpress.Analytics.Utils.IAction
| Name | Type | Description |
|---|---|---|
| actionId | string |
A String value that specifies the action ID.
|
| Type |
|---|
| IAction |