Skip to main content

ASPxClientCustomizeParameterEditorsEventArgs Class

Declaration

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

constructor(
    parameter: DevExpress.Reporting.Viewer.Parameters.IParameterDescriptor,
    info: DevExpress.Analytics.Utils.ISerializationInfo
)

Parameters

Name Type Description
parameter IParameterDescriptor

An IParameterDescriptor object.

info ISerializationInfo

An ISerializationInfo object.

Properties

info Property

Provides access to an object that stores information required to serialize a parameter editor.

Declaration

info: DevExpress.Analytics.Utils.ISerializationInfo

Property Value

Type Description
ISerializationInfo

An ISerializationInfo object.

parameter Property

Provides access to an object that stores information about a parameter.

Declaration

parameter: DevExpress.Reporting.Viewer.Parameters.IParameterDescriptor

Property Value

Type Description
IParameterDescriptor

An IParameterDescriptor object.