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

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.v18.2.dll

Declaration

public virtual int SelectedStoredProcedureIndex { get; set; }

Property Value

Type Description
Int32

The index of the selected stored procedure.

See Also