Skip to main content
All docs
V25.1
  • PivotGridOptionsData.UseDataBindingAPI Property

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.PivotGrid.v25.1.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