ASPxClientDiagram Members
In This Article
#Properties
Name | Description |
---|---|
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
#Methods
Name | Description |
---|---|
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Cast |
Converts the specified object to the current object’s type.
Inherited from ASPx |
Export | Exports the diagram data in JSON format. |
Export |
Exports the diagram to an image format. |
Fit |
Fits the diagram content into the work area. The maximum scale is 100%. |
Fit |
Fits the diagram content’s width into the work area width. The maximum scale is 100%. |
Focus | Focuses the Diagram control. |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns a shape or connector object specified by its internal identifier. |
Get |
Returns a shape or connector object specified by its key. |
Get |
Returns an array of diagram items. |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Returns a value that indicates whether the control’s status is read-only. |
Get |
Returns an array of selected diagram items. |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the control’s width.
Inherited from ASPx |
Import |
Imports the diagram data. |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Scroll |
Scrolls the view area to the specified item. |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Allows you to enable/disable full-screen mode. |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Allows you to enable/disable read-only mode. |
Set |
Selects the specified items. |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
Update |
Updates the diagram toolboxes. |
#Events
Name | Description |
---|---|
Begin |
Occurs when a callback for server-side processing is initiated. |
Begin |
Fires after a diagram model’s data (mapped to a data source) is changed and the client-server synchronization starts to apply the change on the server. |
Callback |
Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPx |
Custom |
Allows you to create a template for custom shapes. |
Custom |
Allows you to create a template for custom shapes in the toolbox. |
Diagram |
Fires when the diagram’s data is changed. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
End |
Fires after a diagram model’s data change is applied to the server (the server and client document models have been synchronized). |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Item |
Fires after a shape or connector is clicked. |
Item |
Fires after a shape or connector is double-clicked. |
Request |
Allows you to prohibit an edit operation at run time. |
Selection |
Fires after the selection changes in the Diagram. |
See Also