Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramEditingBuilder Methods
Show Inherited Hide Inherited

Provides methods that allow you to configure nested options of the client-side editing object.
Name Description
AllowAddShape(JS) Specifies whether a user can add a shape. Mirrors the client-side allowAddShape option.
AllowAddShape(Boolean) Specifies whether a user can add a shape. Mirrors the client-side allowAddShape option.
AllowChangeConnection(JS) Specifies whether a user can change a connection. Mirrors the client-side allowChangeConnection option.
AllowChangeConnection(Boolean) Specifies whether a user can change a connection. Mirrors the client-side allowChangeConnection option.
AllowChangeConnectorPoints(JS) Specifies whether a user can change connector points. Mirrors the client-side allowChangeConnectorPoints option.
AllowChangeConnectorPoints(Boolean) Specifies whether a user can change connector points. Mirrors the client-side allowChangeConnectorPoints option.
AllowChangeConnectorText(JS) Specifies whether a user can change a connector's text. Mirrors the client-side allowChangeConnectorText option.
AllowChangeConnectorText(Boolean) Specifies whether a user can change a connector's text. Mirrors the client-side allowChangeConnectorText option.
AllowChangeShapeText(JS) Specifies whether a user can change a shape's text. Mirrors the client-side allowChangeShapeText option.
AllowChangeShapeText(Boolean) Specifies whether a user can change a shape's text. Mirrors the client-side allowChangeShapeText option.
AllowDeleteConnector(JS) Specifies whether a user can delete a connector. Mirrors the client-side allowDeleteConnector option.
AllowDeleteConnector(Boolean) Specifies whether a user can delete a connector. Mirrors the client-side allowDeleteConnector option.
AllowDeleteShape(JS) Specifies whether a user can delete a shape. Mirrors the client-side allowDeleteShape option.
AllowDeleteShape(Boolean) Specifies whether a user can delete a shape. Mirrors the client-side allowDeleteShape option.
AllowMoveShape(JS) Specifies whether a user can move a shape. Mirrors the client-side allowMoveShape option.
AllowMoveShape(Boolean) Specifies whether a user can move a shape. Mirrors the client-side allowMoveShape option.
AllowResizeShape(JS) Specifies whether a user can resize a shape. Mirrors the client-side allowResizeShape option.
AllowResizeShape(Boolean) Specifies whether a user can resize a shape. Mirrors the client-side allowResizeShape option.
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.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also