Skip to main content

CustomPropertyChangedEventArgs.OldValue Property

Gets the custom property’s previous value, which has been replaced by the new value.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string OldValue { get; }

Property Value

Type Description
String

An old value.

See Also