OptionsPanelExtensionEvents Type
Describes events this extension fires.
#Declaration
export type OptionsPanelExtensionEvents = {
customizeSections: DevExpress.Dashboard.Designer.CustomizeSectionsEventArgs;
}
#Members
Name | Type | Description |
---|---|---|
customize |
Customize |
Occurs before the Options menu is rendered. |