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

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.v20.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 Controls and MVC Extensions ASPxPivotGrid
.OptionsChartDataSource .CurrentPageOnly
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsChartDataSource .CurrentPageOnly
PivotGridSettings
.OptionsChartDataSource .CurrentPageOnly

Remarks

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

See Also