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

DiagramClosedEditorEventArgs.OldValue Property

Gets the previously assigned shape text.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.1.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