Back to Devexpress

ICustomPropertyValueConverterAttribute<T> Interface

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

latest1.4 KB
Original Source

ICustomPropertyValueConverterAttribute<T> Interface

Converts a custom property value declared in metadata from its original type to a string and vice versa.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public interface ICustomPropertyValueConverterAttribute<T>
vb
Public Interface ICustomPropertyValueConverterAttribute(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 ICustomPropertyValueConverterAttribute<T> interface: Custom Funnel Item - Legend Visibility.

See Also

ICustomPropertyValueConverterAttribute<T> Members

DevExpress.DashboardCommon Namespace