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

DiagramItemContentChangedEventArgs.OldValue Property

Returns the previous item’s text.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public string OldValue { get; }

Property Value

Type Description
String

A string value that represents the previous item’s text.

See Also