Back to Devexpress

DiagramEditingSettings Members

aspnet-devexpress-dot-web-dot-aspxdiagram-dot-diagrameditingsettings-dot-underscore-members.md

latest4.4 KB
Original Source

DiagramEditingSettings Members

Contains settings that control the ASPxDiagram edit functionality.

Constructors

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

Properties

NameDescription
AllowAddShapeSpecifies whether a user can add a shape.
AllowChangeConnectionSpecifies whether a user can link a connector to a shape, delink a connector from a shape, and change a connection point.
AllowChangeConnectorPointsSpecifies whether a user can change points of an existing connector. This property does not affect new connectors.
AllowChangeConnectorTextSpecifies whether a user can change a connector’s text.
AllowChangeShapeTextSpecifies whether a user can change a shape’s text.
AllowDeleteConnectorSpecifies whether a user can delete a connector.
AllowDeleteShapeSpecifies whether a user can delete a shape.
AllowMoveShapeSpecifies whether a user can move a shape.
AllowResizeShapeSpecifies whether a user can resize a shape.

Methods

NameDescription
Assign(PropertiesBase)Copies public properties from the specified object to the current object.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

DiagramEditingSettings Class

DevExpress.Web.ASPxDiagram Namespace