DiagramEditingSettings(IPropertiesOwner) Constructor
In This Article
Initializes a new instance of the DiagramEditingSettings class with specified settings.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DiagramEditingSettings(
IPropertiesOwner owner
)
#Parameters
Name | Type | Description |
---|---|---|
owner | IProperties |
An object that implements the IProperties |
See Also