Skip to main content

DiagramClosedEditorEventArgs.OldValue Property

Gets the previously assigned shape text.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public string OldValue { get; }

Property Value

Type Description
String

A string value that is the previously assigned shape text.

See Also