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