Skip to main content

StoredProcedureViewInfo.Checked Property

Specifies whether a stored procedure is added to the list for use.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool Checked { get; set; }

Property Value

Type Description
Boolean

true, if the stored procedure is selected to be used; otherwise, false.

See Also