Skip to main content

CustomizeDataItemContainerSectionsEventArgs Interface

#Declaration

TypeScript
export interface CustomizeDataItemContainerSectionsEventArgs extends CustomizeSectionsEventArgs

#Inherited Members

#Inheritance

CustomizeSectionsEventArgs
CustomizeDataItemContainerSectionsEventArgs

#Properties

#dashboardItem Property

Gets a dashboard item for which the event is raised.

#Declaration

TypeScript
dashboardItem: DevExpress.Dashboard.Model.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

TypeScript
dataItemContainer: DevExpress.Dashboard.Model.DataItemContainer

#Property Value

Type Description
DataItemContainer

A data item container for which the event is raised.