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

PivotGridControl.OlapModificationCheckInterval Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

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