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

ConfigureQueryPageView.SelectedStoredProcedureIndex Property

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public int SelectedStoredProcedureIndex { get; set; }

Property Value

Type Description
Int32

An index of the selected stored procedure.

See Also