Back to Devexpress

DiagramDataBindingController Properties

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

latest6.8 KB
Original Source

DiagramDataBindingController Properties

Allows you to generate diagrams from a data source.

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. Inherited from DiagramDataBindingControllerBase.
ClearExistingItemsSpecifies whether to remove existing items before generating a diagram from the data source. Inherited from DiagramDataBindingControllerBase.
ConnectorFromMemberSpecifies the name of the data field that identifies the item to use as the connector’s begin item.
ConnectorKeyMemberSpecifies the name of the data field that contains the connector key.
ConnectorsSourceGets or sets the data source for connectors.
ConnectorsZOrderSpecifies whether the connectors overlap diagram items. Inherited from DiagramDataBindingControllerBase.
ConnectorToMemberSpecifies the name of the data field that identifies the item to use as the connector’s end item.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DataSourceGets or sets the data source for items. Inherited from DiagramDataBindingControllerBase.
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. Inherited from DiagramDataBindingControllerBase.
EnableNotificationToSourceGets or sets whether to send the data change notifications to the data source. Inherited from DiagramDataBindingControllerBase.
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. Inherited from DiagramDataBindingControllerBase.
ItemsSelectorGets or sets the selector that returns the data field that identifies the collection of nested data items. Inherited from DiagramDataBindingControllerBase.
KeyMemberSpecifies the name of the data field that identifies the data item. Inherited from DiagramDataBindingControllerBase.
KeySelectorGets or sets the selector that returns the data field that identifies the data item. Inherited from DiagramDataBindingControllerBase.
LayoutKindSpecifies the automatic layout to be applied to the generated diagram.
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. Inherited from DiagramDataBindingControllerBase.

See Also

DiagramDataBindingController Class

DiagramDataBindingController Members

DevExpress.XtraDiagram Namespace