Skip to main content

ConfigureQueryPage.SelectedStoredProcedureIndex Property

Specifies the index of the selected item in the list of available stored procedures.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual int SelectedStoredProcedureIndex { get; set; }

Property Value

Type Description
Int32

The index of the selected stored procedure.

See Also