Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 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

    ConfigureQueryParametersPage Class

    #Declaration

    TypeScript
    export class ConfigureQueryParametersPage extends WizardPageBase<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, DevExpress.Analytics.Wizard.ISqlDataSourceWizardState>

    #Inheritance

    WizardPageBase<TState, TResult>
    ConfigureQueryParametersPage

    #constructor(parametersConverter, _requestWrapper)

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

    #Declaration

    TypeScript
    constructor(
        parametersConverter: DevExpress.Analytics.Wizard.Internal.IParametersViewModelConverter,
        _requestWrapper: DevExpress.QueryBuilder.Utils.RequestWrapper
    )

    #Parameters

    Name Type
    parametersConverter IParametersViewModelConverter
    _requestWrapper RequestWrapper

    #Properties

    #parametersEditorOptions Property

    #Declaration

    TypeScript
    parametersEditorOptions: DevExpress.Analytics.Widgets.Internal.IKoCollectionEditorOptions

    #Property Value

    Type
    IKoCollectionEditorOptions

    #removeButtonTitle Property

    #Declaration

    TypeScript
    removeButtonTitle: any

    #Property Value

    Type
    any

    #Methods

    #canFinish Method

    #Declaration

    TypeScript
    canFinish(): boolean

    #Returns

    Type
    boolean

    #canNext Method

    #Declaration

    TypeScript
    canNext(): boolean

    #Returns

    Type
    boolean

    #commit Method

    #Declaration

    TypeScript
    commit(): JQuery.Promise<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, any, any>

    #Returns

    Type
    Promise<ISqlDataSourceWizardState,any,any>

    #getParameters Method

    #Declaration

    TypeScript
    getParameters(): any[]

    #Returns

    Type
    any[]

    #initialize(data) Method

    #Declaration

    TypeScript
    initialize(
        data: DevExpress.Analytics.Wizard.ISqlDataSourceWizardState
    ): JQuery.Promise<any, any, any>

    #Parameters

    Name Type
    data ISqlDataSourceWizardState

    #Returns

    Type
    Promise<any,any,any>