CustomizeDataItemContainerSectionsEventArgs Interface
Provides information for the BindingPanelExtensionOptions.onCustomizeDataItemContainerSections event.
#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 |
---|---|
Dashboard |
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 |
---|---|
Data |
A data item container for which the event is raised. |