Skip to main content
A newer version of this page is available. .

CustomizeDataItemContainerSectionsEventArgs Interface

Provides information for the customizeDataItemContainerSections event.

Declaration

export interface CustomizeDataItemContainerSectionsEventArgs extends CustomizeSectionsEventArgs

Inherited Members

Inheritance

CustomizeSectionsEventArgs
CustomizeDataItemContainerSectionsEventArgs

Properties

dashboardItem Property

Gets a dashboard item for which the event is raised.

Declaration

dashboardItem: DashboardItem

Property Value

Type Description
DashboardItem

A dashboard item for which the event is raised.

dataItemContainer Property

Gets a data item container for which the event is raised.

Declaration

dataItemContainer: DataItemContainer

Property Value

Type Description
DataItemContainer

A data item container for which the event is raised.