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