Back to Devexpress

DiagramCustomGetSerializableItemPropertiesEventArgs.Properties Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcustomgetserializableitempropertieseventargs-912208b7.md

latest1.5 KB
Original Source

DiagramCustomGetSerializableItemPropertiesEventArgs.Properties Property

Returns the collection of serializable properties.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.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.XtraDiagram Namespace