Back to Devexpress

DiagramCustomGetSerializableItemPropertiesEventArgs.ItemType Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcustomgetserializableitempropertieseventargs.md

latest1.2 KB
Original Source

DiagramCustomGetSerializableItemPropertiesEventArgs.ItemType Property

Returns the serialized item type.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public Type ItemType { get; }
vb
Public ReadOnly Property ItemType As Type

Property Value

TypeDescription
Type

A System.Type object that indicates the serialized item type.

|

See Also

DiagramCustomGetSerializableItemPropertiesEventArgs Class

DiagramCustomGetSerializableItemPropertiesEventArgs Members

DevExpress.Xpf.Diagram Namespace