CustomPropertyHistoryItem Class
In This Article
A basic implementation for a history item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#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
See Also