Skip to main content

PivotGridWebOptionsChartDataSource.CurrentPageOnly Property

Gets or sets whether data from the current page only is passed to the chart control.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(true)]
public bool CurrentPageOnly { get; set; }

#Property Value

Type Default Description
Boolean true

true if data from the current page only is passed to the chart control; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to CurrentPageOnly
ASP.NET MVC Extensions PivotGridSettings
.OptionsChartDataSource .CurrentPageOnly
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsChartDataSource .CurrentPageOnly

#Remarks

If the CurrentPageOnly property is set to false, the bound chart control displays data from all pivot grid pages.

See Also