Skip to main content
A newer version of this page is available. .
All docs
V21.1

CustomItemData Class

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.1.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