Skip to main content

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.