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

    Namespace: DevExpress.XtraPivotGrid

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

    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