Skip to main content
A newer version of this page is available. .
All docs
V21.1

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.v21.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public interface ICustomPropertyHistoryAttribute<T>

Type Parameters

Name Description
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