DiagramOrgChartController Members
In This Article
#Constructors
Name | Description |
---|---|
Diagram |
Initializes a new instance of the Diagram |
Diagram |
Initializes a new Diagram |
#Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Can |
Gets whether the diagram can fetch data from the source collections.
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. |
Clear |
Specifies whether to remove existing items before generating a diagram from the data source.
Inherited from Diagram |
Connectors |
Specifies whether the connectors overlap diagram items.
Inherited from Diagram |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Data |
Gets or sets the data source for items.
Inherited from Diagram |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Diagram |
Gets or sets the Diagram |
Enable |
Gets or sets whether to send the data change notifications to the data source.
Inherited from Diagram |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Expand |
Gets or sets the display mode of the expand/collapse buttons. |
Expansion |
Gets or sets the number of hierarchy levels that expand when the diagram is generated. |
Generation |
Gets or sets the number of hierarchy levels that are retrieved from the data source when the diagram is generated. |
Items |
Specifies the name of the data field that identifies the collection of nested data items.
Inherited from Diagram |
Items |
Gets or sets the selector that returns the data field that identifies the collection of nested data items.
Inherited from Diagram |
Key |
Specifies the name of the data field that identifies the data item.
Inherited from Diagram |
Key |
Gets or sets the selector that returns the data field that identifies the data item.
Inherited from Diagram |
Layout |
Specifies the automatic layout to be applied to the generated diagram. |
Parent |
Specifies the name of the data field that identifies the parent of the data item. |
Parent |
|
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Template |
Gets or sets the diagram whose settings are used to generate the diagram from the data source.
Inherited from Diagram |
#Methods
Name | Description |
---|---|
Begin |
Starts the Diagram |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Ends the Diagram |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh() |
Fetches data from the source collections.
Inherited from Diagram |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Can |
Fires each time the value of the Diagram |
Custom |
Occurs before the generated items are added to the diagram.
Inherited from Diagram |
Diagram |
Fires each time the data binding controller generates a diagram item.
Inherited from Diagram |
Diagram |
Fires each time the data binding controller generates a diagram item.
Inherited from Diagram |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Generate |
Fires before generating a connector from the data source and allows you to customize it.
Inherited from Diagram |
Generate |
Fires before generating a diagram item representing a data object and allows you to customize it.
Inherited from Diagram |
Items |
Occurs when diagram items are generated from the data source.
Inherited from Diagram |
Update |
Occurs when a property of the data object represented by a diagram connector has changed its value.
Inherited from Diagram |
Update |
Occurs when a property of the data object represented by a diagram item has changed its value.
Inherited from Diagram |
See Also