Skip to main content

DiagramOrgChartController Properties

Allows you to generate relationship diagrams from a hierarchical data source.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
CanRefresh Gets whether the diagram can fetch data from the source collections. Inherited from DiagramDataBindingControllerBase.
ChildrenPath Gets or sets the path to the property that stores a collection of the diagram item’s subordinates. This is a dependnecy property.
ChildrenSelector Gets or sets an object that chooses an item’s subordinates based on custom logic.
ClearExistingItems Specifies whether to remove existing items before generating a diagram from the data source. Inherited from DiagramDataBindingControllerBase.
ConnectorsZOrder Specifies whether the connectors overlap diagram items. Inherited from DiagramDataBindingControllerBase.
Container Gets the IContainer that contains the Component. Inherited from Component.
DataSource Gets or sets the data source for items. Inherited from DiagramDataBindingControllerBase.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Diagram Gets or sets the DiagramControl associated with the current DiagramDataBindingControllerBase. Inherited from DiagramDataBindingControllerBase.
EnableNotificationToSource Gets or sets whether to send the data change notifications to the data source. Inherited from DiagramDataBindingControllerBase.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandSubordinatesButtonMode Gets or sets the display mode of the expand/collapse buttons.
ExpansionDepth Gets or sets the number of hierarchy levels that expand when the diagram is generated.
GenerationDepth Gets or sets the number of hierarchy levels that are retrieved from the data source when the diagram is generated.
ItemsPath Specifies the name of the data field that identifies the collection of nested data items. Inherited from DiagramDataBindingControllerBase.
ItemsSelector Gets or sets the selector that returns the data field that identifies the collection of nested data items. Inherited from DiagramDataBindingControllerBase.
KeyMember Specifies the name of the data field that identifies the data item. Inherited from DiagramDataBindingControllerBase.
KeySelector Gets or sets the selector that returns the data field that identifies the data item. Inherited from DiagramDataBindingControllerBase.
LayoutKind Specifies the automatic layout to be applied to the generated diagram.
ParentMember Specifies the name of the data field that identifies the parent of the data item.
ParentMemberEmptyValue
Site Gets or sets the ISite of the Component. Inherited from Component.
TemplateDiagram Gets or sets the diagram whose settings are used to generate the diagram from the data source. Inherited from DiagramDataBindingControllerBase.
See Also