DiagramCustomGetSerializableItemPropertiesEventArgs(Type, PropertyDescriptorCollection, SerializationKind) Constructor
Initializes a new instance of the DiagramCustomGetSerializableItemPropertiesEventArgs class with specified settings.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
public DiagramCustomGetSerializableItemPropertiesEventArgs(
Type itemType,
PropertyDescriptorCollection properties,
SerializationKind serializationKind
)
Parameters
Name | Type | Description |
---|---|---|
itemType | Type | A System.Type object that indicates the serialized item type. |
properties | PropertyDescriptorCollection | The collection of PropertyDescriptor objects that represent serializable properties. |
serializationKind | SerializationKind | A DevExpress.Diagram.Core.Native.SerializationKind enumeration value that indicates the context of serialization. |
See Also