Skip to main content
All docs
V23.2

CustomItemData Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class CustomItemData

Remarks

You can use different methods to get custom item data:

Method Description
GetBindings Returns a collection of CustomItemBindingValue objects.
GetFlatData Returns custom item data in a tabular format.
GetMultiDimensionalData Returns multidimensional data displayed in the custom dashboard item.

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

Inheritance

Object
CustomItemData
See Also