Skip to main content

DiagramDefaultItemProperties(IPropertiesOwner) Constructor

Initializes a new instance of the DiagramDefaultItemProperties class with specified settings.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll

Declaration

public DiagramDefaultItemProperties(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also