Back to Devexpress

ICustomPropertyHistoryAttribute<T> Interface

dashboard-devexpress-dot-dashboardcommon-dot-icustompropertyhistoryattribute-1.md

latest1.4 KB
Original Source

ICustomPropertyHistoryAttribute<T> Interface

Specifies the message displayed in the Dashboard Designer’s history when a user changes a custom property value.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public interface ICustomPropertyHistoryAttribute<T>
vb
Public Interface ICustomPropertyHistoryAttribute(Of T)

Type Parameters

NameDescription
T

A custom property value’s data type.

|

Remarks

Refer to the following tutorial for information on how to implement the ICustomPropertyHistoryAttribute<T> interface: Custom Funnel Item - Legend Visibility.

See Also

ICustomPropertyHistoryAttribute<T> Members

DevExpress.DashboardCommon Namespace