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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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