CustomDashboardItem.AddBindings(String, Boolean, DataItem[]) Method
In This Article
For internal use.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public void AddBindings(
string sectionName,
bool isArraySection,
params DataItem[] dataItems
)
#Parameters
Name | Type |
---|---|
section |
String |
is |
Boolean |
data |
Data |
See Also