DiagramDataBindingController Properties
Allows you to generate diagrams from a data source.
Name | Description |
---|---|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Can |
Gets whether the diagram can fetch data from the source collections.
Inherited from Diagram |
Clear |
Specifies whether to remove existing items before generating a diagram from the data source.
Inherited from Diagram |
Connector |
Specifies the name of the data field that identifies the item to use as the connector’s begin item. |
Connector |
Specifies the name of the data field that contains the connector key. |
Connectors |
Gets or sets the data source for connectors. |
Connectors |
Specifies whether the connectors overlap diagram items.
Inherited from Diagram |
Connector |
Specifies the name of the data field that identifies the item to use as the connector’s end item. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Data |
Gets or sets the data source for items.
Inherited from Diagram |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Diagram |
Gets or sets the Diagram |
Enable |
Gets or sets whether to send the data change notifications to the data source.
Inherited from Diagram |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Items |
Specifies the name of the data field that identifies the collection of nested data items.
Inherited from Diagram |
Items |
Gets or sets the selector that returns the data field that identifies the collection of nested data items.
Inherited from Diagram |
Key |
Specifies the name of the data field that identifies the data item.
Inherited from Diagram |
Key |
Gets or sets the selector that returns the data field that identifies the data item.
Inherited from Diagram |
Layout |
Specifies the automatic layout to be applied to the generated diagram. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Template |
Gets or sets the diagram whose settings are used to generate the diagram from the data source.
Inherited from Diagram |
See Also