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

MasterDetailQueryInfo.Checked Property

Specifies whether or not a query is selected to include into a report.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public bool Checked { get; set; }

Property Value

Type Description
Boolean

true, if a query is selected; otherwise, false.

See Also