DiagramDataBindingBehaviorBase Properties
Serves as a base for behaviors that are used to bind the Diagram Control to data.
Name | Description |
---|---|
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Can |
Gets whether the diagram can fetch data from the source collections. This is a dependency property. |
Clear |
Specifies whether to remove existing items before generating a diagram from the data source. This is a dependency property. |
Connectors |
Specifies whether the connectors overlap diagram items. This is a dependency property. |
Connector |
Gets or sets a template that defines the presentation of connectors. This is a dependency property. |
Connector |
Gets or sets an object that chooses a connector template based on custom logic. This is a dependency property. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Enable |
Gets or sets whether to send the data change notifications to the data source. This is a dependency property. |
Has |
Gets a value that indicates whether one or more Animation |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Item |
Specifies the style that is applied to the container element generated for each item. This is a dependency property. |
Items |
Specifies the name of the data field that identifies the collection of nested data items. This is a dependency property. |
Items |
Gets or sets the selector that returns the data field that identifies the collection of nested data items. This is a dependency property. |
Items |
Gets or sets the data source for items. This is a dependency property. |
Item |
Gets or sets a template that defines the presentation of diagram items representing data objects. This is a dependency property. |
Item |
Gets or sets an object that chooses a diagram item template based on custom logic. This is a dependency property. |
Key |
Specifies the name of the data field that identifies the data item. This is a dependency property. |
Key |
Gets or sets the selector that returns the data field that identifies the data item. This is a dependency property. |
Refresh |
Gets the command that fetches data from the data source. |
Template |
Gets or sets the diagram whose settings are used to generate the diagram from the data source. This is a dependency property. |
See Also