xtrareports-js-aspxclientcustomizeparametereditorseventargs.md
Provides data for the ASPxClientWebDocumentViewer.CustomizeParameterEditors and ASPxClientReportDesigner.CustomizeParameterEditors events.
declare class ASPxClientCustomizeParameterEditorsEventArgs extends ASPxClientEventArgs
ASPxClientCustomizeParameterEditorsEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientCustomizeParameterEditorsEventArgs
For internal use. Initializes a new instance of the ASPxClientCustomizeParameterEditorsEventArgs class with the specified settings.
constructor(
parameter: DevExpress.Reporting.Viewer.Parameters.IParameterDescriptor,
info: DevExpress.Analytics.Utils.ISerializationInfo
)
| Name | Type | Description |
|---|---|---|
| parameter | IParameterDescriptor |
An IParameterDescriptor object.
| | info | ISerializationInfo |
An ISerializationInfo object.
|
Provides access to an object that stores information required to serialize a parameter editor.
info: DevExpress.Analytics.Utils.ISerializationInfo
| Type | Description |
|---|---|
| ISerializationInfo |
An ISerializationInfo object.
|
Provides access to an object that stores information about a parameter.
parameter: DevExpress.Reporting.Viewer.Parameters.IParameterDescriptor
| Type | Description |
|---|---|
| IParameterDescriptor |
An IParameterDescriptor object.
|