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

MasterDetailChooseSummaryOptionsPage.IgnoreNullValues Property

Specifies the state of the Ignore null values check box.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public virtual bool IgnoreNullValues { get; set; }

Property Value

Type Description
Boolean

true to activate the check box; otherwise false.

See Also