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

    Gets a new value that has been assigned to the custom property.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public string NewValue { get; }

    Property Value

    Type Description
    String

    A new value.

    See Also