Skip to main content

DiagramCustomGetSerializableItemPropertiesEventArgs.Properties Property

Returns the collection of serializable properties.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public PropertyDescriptorCollection Properties { get; }

Property Value

Type Description
PropertyDescriptorCollection

A collection of PropertyDescriptor objects.

See Also