Skip to main content

DiagramCustomGetEditableItemPropertiesEventArgs(DiagramItem, PropertyDescriptorCollection) Constructor

Initializes a new instance of the DiagramCustomGetEditableItemPropertiesEventArgs class.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DiagramCustomGetEditableItemPropertiesEventArgs(
    DiagramItem item,
    PropertyDescriptorCollection properties
)

Parameters

Name Type Description
item DiagramItem

A DevExpress.Xpf.Diagram.DiagramItem descendant that is the diagram item selected by the user.

properties PropertyDescriptorCollection

A collection of PropertyDescriptor objects that represent item properties the user can edit in the Properties panel.

See Also