Skip to main content

DiagramDataBindingControllerBase Properties

Serves as a base for behaviors that are used to bind the Diagram Control to data.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
CanRefresh Gets whether the diagram can fetch data from the source collections.
ClearExistingItems Specifies whether to remove existing items before generating a diagram from the data source.
ConnectorsZOrder Specifies whether the connectors overlap diagram items.
Container Gets the IContainer that contains the Component. Inherited from Component.
DataSource Gets or sets the data source for items.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Diagram Gets or sets the DiagramControl associated with the current DiagramDataBindingControllerBase.
EnableNotificationToSource Gets or sets whether to send the data change notifications to the data source.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ItemsPath Specifies the name of the data field that identifies the collection of nested data items.
ItemsSelector Gets or sets the selector that returns the data field that identifies the collection of nested data items.
KeyMember Specifies the name of the data field that identifies the data item.
KeySelector Gets or sets the selector that returns the data field that identifies the data item.
Site Gets or sets the ISite of the Component. Inherited from Component.
TemplateDiagram Gets or sets the diagram whose settings are used to generate the diagram from the data source.
See Also