Back to Devexpress

DiagramOrgChartController Properties

windowsforms-devexpress-dot-xtradiagram-dot-diagramorgchartcontroller-dot-underscore-properties.md

latest7.3 KB
Original Source

DiagramOrgChartController Properties

Allows you to generate relationship diagrams from a hierarchical data source.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CanRefreshGets whether the diagram can fetch data from the source collections. Inherited from DiagramDataBindingControllerBase.
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.
ClearExistingItemsSpecifies whether to remove existing items before generating a diagram from the data source. Inherited from DiagramDataBindingControllerBase.
ConnectorsZOrderSpecifies whether the connectors overlap diagram items. Inherited from DiagramDataBindingControllerBase.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DataSourceGets or sets the data source for items. Inherited from DiagramDataBindingControllerBase.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DiagramGets or sets the DiagramControl associated with the current DiagramDataBindingControllerBase. Inherited from DiagramDataBindingControllerBase.
EnableNotificationToSourceGets or sets whether to send the data change notifications to the data source. Inherited from DiagramDataBindingControllerBase.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandSubordinatesButtonModeGets or sets the display mode of the expand/collapse buttons.
ExpansionDepthGets or sets the number of hierarchy levels that expand when the diagram is generated.
GenerationDepthGets or sets the number of hierarchy levels that are retrieved from the data source when the diagram is generated.
ItemsPathSpecifies the name of the data field that identifies the collection of nested data items. Inherited from DiagramDataBindingControllerBase.
ItemsSelectorGets or sets the selector that returns the data field that identifies the collection of nested data items. Inherited from DiagramDataBindingControllerBase.
KeyMemberSpecifies the name of the data field that identifies the data item. Inherited from DiagramDataBindingControllerBase.
KeySelectorGets or sets the selector that returns the data field that identifies the data item. Inherited from DiagramDataBindingControllerBase.
LayoutKindSpecifies the automatic layout to be applied to the generated diagram.
ParentMemberSpecifies the name of the data field that identifies the parent of the data item.
ParentMemberEmptyValue
SiteGets or sets the ISite of the Component. Inherited from Component.
TemplateDiagramGets or sets the diagram whose settings are used to generate the diagram from the data source. Inherited from DiagramDataBindingControllerBase.

See Also

DiagramOrgChartController Class

DiagramOrgChartController Members

DevExpress.XtraDiagram Namespace