Skip to main content
All docs
V25.1
  • OptionsPanelExtensionEvents Type

    Describes events this extension fires.

    Declaration

    export type OptionsPanelExtensionEvents = {
        customizeSections: DevExpress.Dashboard.Designer.CustomizeSectionsEventArgs;
    }

    Members

    Name Type Description
    customizeSections CustomizeSectionsEventArgs

    Occurs before the Options menu is rendered.