Skip to main content
A newer version of this page is available. .

DiagramClosedEditorEventArgs.Item Property

Gets the item for which the text editor has been closed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

public DiagramItem Item { get; }

Property Value

Type Description
DiagramItem

A DiagramItem object.

See Also