Skip to main content
A newer version of this page is available. .

IConfigureQueryPageView.SelectedStoredProcedureIndex Property

If implemented, specifies the index of the selected item in the list of available stored procedures.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

int SelectedStoredProcedureIndex { get; set; }

Property Value

Type Description
Int32

An index of the selected stored procedure.

See Also