Skip to main content
All docs
V23.1

CustomPropertyHistoryItem Class

A basic implementation for a history item.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

Declaration

public class CustomPropertyHistoryItem :
    IHistoryItem

Remarks

You can use CustomPropertyHistoryItem to integrate a custom property in a dashboard UI. For this, pass the CustomPropertyHistoryItem instance to a AddToHistory(IHistoryItem) method.

Implements

Inheritance

Object
CustomPropertyHistoryItem
See Also