Skip to main content
All docs
V25.1
  • CustomDashboardItem.AddBindings(String, Boolean, DataItem[]) Method

    For internal use.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public void AddBindings(
        string sectionName,
        bool isArraySection,
        params DataItem[] dataItems
    )

    Parameters

    Name Type
    sectionName String
    isArraySection Boolean
    dataItems DataItem[]
    See Also