DiagramOrgChartBehavior Properties
Allows you to generate relationship diagrams from a hierarchical data source.
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.
Inherited from Diagram |
Children |
Gets or sets the path to the property that stores a collection of the diagram item’s subordinates. This is a dependnecy property. |
Children |
Gets or sets an object that chooses an item’s subordinates based on custom logic. 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.
Inherited from Diagram |
Connectors |
Specifies whether the connectors overlap diagram items. This is a dependency property.
Inherited from Diagram |
Connector |
Gets or sets a template that defines the presentation of connectors. This is a dependency property.
Inherited from Diagram |
Connector |
Gets or sets an object that chooses a connector template based on custom logic. This is a dependency property.
Inherited from Diagram |
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.
Inherited from Diagram |
Expand |
Gets or sets the display mode of the expand/collapse button. This is a dependency property. |
Expansion |
Gets or sets the number of hierarchy levels that expand when the diagram is generated. This is a dependency property. |
Generation |
Gets or sets the number of hierarchy levels that are retrieved from the data source when the diagram is generated. This is a dependency property. |
Has |
Gets a value that indicates whether one or more Animation |
Horizontal |
For internal use. |
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.
Inherited from Diagram |
Items |
Specifies the name of the data field that identifies the collection of nested data items. This is a dependency property.
Inherited from Diagram |
Items |
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 Diagram |
Items |
Gets or sets the data source for items. This is a dependency property.
Inherited from Diagram |
Item |
Gets or sets a template that defines the presentation of diagram items representing data objects. This is a dependency property.
Inherited from Diagram |
Item |
Gets or sets an object that chooses a diagram item template based on custom logic. This is a dependency property.
Inherited from Diagram |
Key |
Specifies the name of the data field that identifies the data item. This is a dependency property.
Inherited from Diagram |
Key |
Gets or sets the selector that returns the data field that identifies the data item. This is a dependency property.
Inherited from Diagram |
Layout |
For internal use. |
Layout |
Specifies the automatic layout to be applied to the generated diagram. This is a dependency property. |
Page |
For internal use. |
Parent |
Specifies the name of the data field that identifies the parent of a data item. This is a dependency property. |
Parent |
|
Refresh |
Gets the command that fetches data from the data source.
Inherited from Diagram |
Template |
Gets or sets the diagram whose settings are used to generate the diagram from the data source. This is a dependency property.
Inherited from Diagram |
Vertical |
For internal use. |
See Also