Skip to main content
All docs
V19.2

IChooseSummaryOptionsPageView.IgnoreNullValues Property

If implemented, specifies the state of the Ignore null values check box.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.2.dll

Declaration

bool IgnoreNullValues { get; set; }

Property Value

Type Description
Boolean

true, to activate the check box; otherwise, false.

See Also