CustomizeDataItemContainerSectionsEventArgs Interface
Provides information for the BindingPanelExtensionOptions.onCustomizeDataItemContainerSections 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: 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
dataItemContainer: DevExpress.Dashboard.Model.DataItemContainer
Property Value
Type | Description |
---|---|
DataItemContainer | A data item container for which the event is raised. |