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

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

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

Declaration

public interface ICustomPropertyValueConverterAttribute<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 ICustomPropertyValueConverterAttribute<T> interface: Custom Funnel Item - Legend Visibility.

See Also