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