Back to Devexpress

DiagramDataBindingBehaviorBase Properties

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

latest6.0 KB
Original Source

DiagramDataBindingBehaviorBase Properties

Serves as a base for behaviors that are used to bind the Diagram Control to data.

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.
ClearExistingItemsSpecifies whether to remove existing items before generating a diagram from the data source. This is a dependency property.
ConnectorsZOrderSpecifies whether the connectors overlap diagram items. This is a dependency property.
ConnectorTemplateGets or sets a template that defines the presentation of connectors. This is a dependency property.
ConnectorTemplateSelectorGets or sets an object that chooses a connector template based on custom logic. 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.
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.
ItemsPathSpecifies the name of the data field that identifies the collection of nested data items. This is a dependency property.
ItemsSelectorGets or sets the selector that returns the data field that identifies the collection of nested data items. This is a dependency property.
ItemsSourceGets or sets the data source for items. This is a dependency property.
ItemTemplateGets or sets a template that defines the presentation of diagram items representing data objects. This is a dependency property.
ItemTemplateSelectorGets or sets an object that chooses a diagram item template based on custom logic. This is a dependency property.
KeyMemberSpecifies the name of the data field that identifies the data item. This is a dependency property.
KeySelectorGets or sets the selector that returns the data field that identifies the data item. This is a dependency property.
RefreshCommandGets the command that fetches data from the data source.
TemplateDiagramGets or sets the diagram whose settings are used to generate the diagram from the data source. This is a dependency property.

See Also

DiagramDataBindingBehaviorBase Class

DiagramDataBindingBehaviorBase Members

DevExpress.Xpf.Diagram Namespace