BindingPanelExtensionEvents Type
Describes events this extension fires.
Declaration
export type BindingPanelExtensionEvents = {
customizeDataItemContainerSections: DevExpress.Dashboard.Designer.CustomizeDataItemContainerSectionsEventArgs;
}
Members
| Name | Type | Description |
|---|---|---|
| customizeDataItemContainerSections | CustomizeDataItemContainerSectionsEventArgs | Occurs before the data item menu is rendered. |