Skip to main content
All docs
V25.1
  • IDashboardControl.DashboardCustomPropertyChanged Event

    Occurs when the custom property value in the Dashboard Viewer / Dashboard Designer is changed.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    event CustomPropertyChangedEventHandler DashboardCustomPropertyChanged

    Event Data

    The DashboardCustomPropertyChanged event's data class is CustomPropertyChangedEventArgs. The following properties provide information specific to this event:

    Property Description
    Name Gets a custom property name for which the event is raised.
    NewValue Gets a new value that has been assigned to the custom property.
    OldValue Gets the custom property’s previous value, which has been replaced by the new value.
    Owner Gets a level at which a custom property is recorded.
    See Also