Skip to main content
All docs
V25.1
  • CustomPropertyChangedEventArgs.OldValue Property

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

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public string OldValue { get; }

    Property Value

    Type Description
    String

    An old value.

    See Also