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