Skip to main content
All docs
V23.2

CustomDashboardItem.AddBindings(String, Boolean, DataItem[]) Method

For internal use.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.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