Back to Devexpress

DiagramCustomGetSerializableItemPropertiesEventArgs.ItemType Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcustomgetserializableitempropertieseventargs.md

latest1.3 KB
Original Source

DiagramCustomGetSerializableItemPropertiesEventArgs.ItemType Property

Returns the serialized item type.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.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.XtraDiagram Namespace