Skip to main content
All docs
V23.2

PivotGridOptionsData.UseDataBindingAPI Property

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default
Boolean true

Property Paths

You can access this nested property as listed below:

Object Type Path to UseDataBindingAPI
PivotGridControl
.OptionsData .UseDataBindingAPI
See Also