Back to Devexpress

DiagramDataBindingControllerBase Properties

windowsforms-devexpress-dot-xtradiagram-dot-diagramdatabindingcontrollerbase-dot-underscore-properties.md

latest4.5 KB
Original Source

DiagramDataBindingControllerBase Properties

Serves as a base for behaviors that are used to bind the Diagram Control to data.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CanRefreshGets whether the diagram can fetch data from the source collections.
ClearExistingItemsSpecifies whether to remove existing items before generating a diagram from the data source.
ConnectorsZOrderSpecifies whether the connectors overlap diagram items.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DataSourceGets or sets the data source for items.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DiagramGets or sets the DiagramControl associated with the current DiagramDataBindingControllerBase.
EnableNotificationToSourceGets or sets whether to send the data change notifications to the data source.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ItemsPathSpecifies the name of the data field that identifies the collection of nested data items.
ItemsSelectorGets or sets the selector that returns the data field that identifies the collection of nested data items.
KeyMemberSpecifies the name of the data field that identifies the data item.
KeySelectorGets or sets the selector that returns the data field that identifies the data item.
SiteGets or sets the ISite of the Component. Inherited from Component.
TemplateDiagramGets or sets the diagram whose settings are used to generate the diagram from the data source.

See Also

DiagramDataBindingControllerBase Class

DiagramDataBindingControllerBase Members

DevExpress.XtraDiagram Namespace