Skip to main content
All docs
V23.1

IHistoryItem Interface

When implemented, represents a history item.

Namespace: DevExpress.DashboardWin

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

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

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