Skip to main content

IHistoryItem Interface

In This Article

When implemented, represents a history item.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public interface IHistoryItem

#Remarks

You can use the CustomPropertyHistoryItem class as a basic implementation or implement the IHistoryItem interface in your own class.

See Also