Skip to main content
All docs
V24.1

PivotGridOptionsData.UseDataBindingAPI Property

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

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

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool UseDataBindingAPI { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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