Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.OlapModificationCheckInterval Property

Gets or sets the time interval to check for data modification.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public int OlapModificationCheckInterval { get; set; }

#Property Value

Type Description
Int32

An integer that is the time interval in seconds.

#Remarks

When the Pivot Grid settings are changed, pivot levels are expanded or collapsed, it is necessary to request data from the OLAP server. Before requesting data, the Pivot Grid sends a special request to check whether the metadata or OLAP cube data are modified since the last data request. If no modifications are detected, the Pivot Grid requests only a portion of data required for the current action. If any changes are detected in the OLAP cube, the Pivot Grid resets all data and requests it again. This behavior addresses the problem that may occur when data on the server is modified or the connection is interrupted because of a server options change.

The ModificationCheckInterval property specifies the time interval in seconds between checks.

See Also