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

PivotGridOptionsOLAP.ModificationCheckInterval Property

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[DefaultValue(-1)]
[XtraSerializableProperty]
public int ModificationCheckInterval { get; set; }

Property Value

Type Default
Int32 -1

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ModificationCheckInterval
WinForms Controls PivotGridControl
.OptionsOLAP.ModificationCheckInterval
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsOLAP.ModificationCheckInterval
MVCxPivotGrid
.OptionsOLAP.ModificationCheckInterval
PivotGridSettings
.OptionsOLAP.ModificationCheckInterval
Reporting XRPivotGrid
.OptionsOLAP.ModificationCheckInterval
See Also