Skip to main content
A newer version of this page is available. .

BindingPanelExtensionEvents Interface

Describes events this extension fires.

Declaration

export interface BindingPanelExtensionEvents

Properties

customizeDataItemContainerSections Property

Occurs before the data item menu is rendered.

Declaration

customizeDataItemContainerSections: CustomizeDataItemContainerSectionsEventArgs

Property Value

Type Description
CustomizeDataItemContainerSectionsEventArgs

An object that provides data for the event.

Remarks

Main article: onCustomizeDataItemContainerSections