Skip to main content

MasterDetailFieldInfo.Checked Property

Specifies whether or not a data field is selected for inclusion into a resulting report.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DataMember]
public bool Checked { get; set; }

Property Value

Type Description
Boolean

true, if the data field is checked; otherwise, false.

See Also