Back to Devexpress

DiagramCustomGetSerializableItemPropertiesEventArgs.Properties Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcustomgetserializableitempropertieseventargs-84aabfc2.md

latest1.4 KB
Original Source

DiagramCustomGetSerializableItemPropertiesEventArgs.Properties Property

Returns the collection of serializable properties.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public PropertyDescriptorCollection Properties { get; }
vb
Public ReadOnly Property Properties As PropertyDescriptorCollection

Property Value

TypeDescription
PropertyDescriptorCollection

A collection of PropertyDescriptor objects.

|

See Also

DiagramCustomGetSerializableItemPropertiesEventArgs Class

DiagramCustomGetSerializableItemPropertiesEventArgs Members

DevExpress.Xpf.Diagram Namespace