Back to Devexpress

CustomItemData Class

dashboard-devexpress-dot-dashboardcommon-4ffd15fb.md

latest1.9 KB
Original Source

CustomItemData Class

Contains methods that allow you to work with custom item data.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CustomItemData
vb
Public Class CustomItemData

Remarks

You can use different methods to get custom item data:

MethodDescription
GetBindingsReturns a collection of CustomItemBindingValue objects.
GetFlatDataReturns custom item data in a tabular format.
GetMultiDimensionalDataReturns multidimensional data displayed in the custom dashboard item.

Refer to the CustomControlProviderBase.UpdateControl(CustomItemData) method description for details.

Inheritance

Object CustomItemData

See Also

CustomItemData Members

DevExpress.DashboardCommon Namespace