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

CustomPropertyChangedEventArgs.OldValue Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public string OldValue { get; }

Property Value

Type Description
String

An old value.

See Also