Back to Devexpress

CustomPropertyHistoryItem Class

dashboard-devexpress-dot-dashboardwin-5998347a.md

latest1.3 KB
Original Source

CustomPropertyHistoryItem Class

A basic implementation for a history item.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class CustomPropertyHistoryItem :
    IHistoryItem
vb
Public Class CustomPropertyHistoryItem
    Implements 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

IHistoryItem

Inheritance

Object CustomPropertyHistoryItem

See Also

CustomPropertyHistoryItem Members

DevExpress.DashboardWin Namespace