Skip to main content
All docs
V25.1
  • 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.