Skip to main content
A newer version of this page is available. .
All docs
V20.2

DiagramEditingSettings Members

Contains settings that control the ASPxDiagram edit functionality.

Constructors

Name Description
DiagramEditingSettings(IPropertiesOwner) Initializes a new instance of the DiagramEditingSettings class with specified settings.

Properties

Name Description
AllowAddShape Specifies whether a user can add a shape.
AllowChangeConnection Specifies whether a user can link a connector to a shape, delink a connector from a shape, and change a connection point.
AllowChangeConnectorPoints Specifies whether a user can change points of an existing connector. This property does not affect new connectors.
AllowChangeConnectorText Specifies whether a user can change a connector’s text.
AllowChangeShapeText Specifies whether a user can change a shape’s text.
AllowDeleteConnector Specifies whether a user can delete a connector.
AllowDeleteShape Specifies whether a user can delete a shape.
AllowMoveShape Specifies whether a user can move a shape.
AllowResizeShape Specifies whether a user can resize a shape.

Methods

Name Description
Assign(PropertiesBase) Copies public properties from the specified object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() This method is not in effect for the DiagramEditingSettings class.
See Also