DiagramCustomGetSerializableItemPropertiesEventArgs.Properties Property
In This Article
Returns the collection of serializable properties.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public PropertyDescriptorCollection Properties { get; }
#Property Value
Type | Description |
---|---|
Property |
A collection of Property |
See Also