Skip to main content

ChooseSummaryOptionsPage.IgnoreNullValues Property

Specifies the state of the Ignore null values check box.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool IgnoreNullValues { get; set; }

Property Value

Type Description
Boolean

true to activate the check box; otherwise false.

See Also