Back to Devexpress

DiagramOrgChartBehavior Properties

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

latest9.7 KB
Original Source

DiagramOrgChartBehavior Properties

Allows you to generate relationship diagrams from a hierarchical 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.
ChildrenPathGets or sets the path to the property that stores a collection of the diagram item’s subordinates. This is a dependnecy property.
ChildrenSelectorGets or sets an object that chooses an item’s subordinates based on custom logic. This is a dependency property.
ClearExistingItemsSpecifies whether to remove existing items before generating a diagram from the data source. This is a dependency property. Inherited from DiagramDataBindingBehaviorBase.
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.
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.
ExpandSubordinatesButtonModeGets or sets the display mode of the expand/collapse button. This is a dependency property.
ExpansionDepthGets or sets the number of hierarchy levels that expand when the diagram is generated. This is a dependency property.
GenerationDepthGets or sets the number of hierarchy levels that are retrieved from the data source when the diagram is generated. 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.
HorizontalSpacingFor internal use.
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.
LayoutDirectionFor internal use.
LayoutKindSpecifies the automatic layout to be applied to the generated diagram. This is a dependency property.
PageMarginFor internal use.
ParentMemberSpecifies the name of the data field that identifies the parent of a data item. This is a dependency property.
ParentMemberEmptyValue
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.
VerticalSpacingFor internal use.

See Also

DiagramOrgChartBehavior Class

DiagramOrgChartBehavior Members

DevExpress.Xpf.Diagram Namespace