Back to Devexpress

DiagramDataBindingBehavior Properties

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramdatabindingbehavior-dot-underscore-properties.md

latest8.7 KB
Original Source

DiagramDataBindingBehavior Properties

Allows you to generate diagrams from a data source.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CanRefreshGets whether the diagram can fetch data from the source collections. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ClearExistingItemsSpecifies whether to remove existing items before generating a diagram from the data source. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ConnectorFromMemberSpecifies the name of the data field that identifies the item to use as the connector’s begin item. This is a dependency property.
ConnectorKeyMember
ConnectorsSourceGets or sets the data source for connectors. This is a dependency property.
ConnectorsZOrderSpecifies whether the connectors overlap diagram items. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ConnectorTemplateGets or sets a template that defines the presentation of connectors. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ConnectorTemplateSelectorGets or sets an object that chooses a connector template based on custom logic. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ConnectorToMemberSpecifies the name of the data field that identifies the item to use as the connector’s end item. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EnableNotificationToSourceGets or sets whether to send the data change notifications to the data source. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ItemContainerStyleSpecifies the style that is applied to the container element generated for each item. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ItemsPathSpecifies the name of the data field that identifies the collection of nested data items. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ItemsSelectorGets 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.
ItemsSourceGets or sets the data source for items. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ItemTemplateGets or sets a template that defines the presentation of diagram items representing data objects. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
ItemTemplateSelectorGets or sets an object that chooses a diagram item template based on custom logic. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
KeyMemberSpecifies the name of the data field that identifies the data item. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
KeySelectorGets or sets the selector that returns the data field that identifies the data item. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
LayoutKindSpecifies the automatic layout to be applied to the generated diagram. This is a dependency property.
RefreshCommandGets the command that fetches data from the data source. Inherited from DiagramDataBindingBehaviorBase.
TemplateDiagramGets 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

DiagramDataBindingBehavior Class

DiagramDataBindingBehavior Members

DevExpress.Xpf.Diagram Namespace