DiagramDataBindingBehavior Properties
Allows you to generate diagrams from a data source.Name | Description |
---|---|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
CanRefresh | Gets whether the diagram can fetch data from the source collections. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ClearExistingItems | Specifies whether to remove existing items before generating a diagram from the data source. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ConnectorFromMember | Specifies the name of the data field that identifies the item to use as the connector’s begin item. This is a dependency property. |
ConnectorKeyMember | |
ConnectorsSource | Gets or sets the data source for connectors. This is a dependency property. |
ConnectorsZOrder | Specifies whether the connectors overlap diagram items. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ConnectorTemplate | Gets or sets a template that defines the presentation of connectors. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ConnectorTemplateSelector | Gets or sets an object that chooses a connector template based on custom logic. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ConnectorToMember | Specifies the name of the data field that identifies the item to use as the connector’s end item. This is a dependency property. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
EnableNotificationToSource | Gets or sets whether to send the data change notifications to the data source. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
ItemContainerStyle | Specifies the style that is applied to the container element generated for each item. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ItemsPath | Specifies the name of the data field that identifies the collection of nested data items. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ItemsSelector | Gets or sets the selector that returns the data field that identifies the collection of nested data items. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ItemsSource | Gets or sets the data source for items. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ItemTemplate | Gets or sets a template that defines the presentation of diagram items representing data objects. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
ItemTemplateSelector | Gets or sets an object that chooses a diagram item template based on custom logic. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
KeyMember | Specifies the name of the data field that identifies the data item. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
KeySelector | Gets or sets the selector that returns the data field that identifies the data item. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
LayoutKind | Specifies the automatic layout to be applied to the generated diagram. This is a dependency property. |
RefreshCommand | Gets the command that fetches data from the data source. Inherited from DiagramDataBindingBehaviorBase. |
TemplateDiagram | Gets or sets the diagram whose settings are used to generate the diagram from the data source. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase. |
See Also