Skip to main content
ON

ValueInfo<T> Class

Contains information about a value.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public class ValueInfo<T> :
    BindableFast

Type Parameters

Name Description
T

The value type.

Inheritance

System.Object
DevExpress.Maui.Core.Internal.BindableFast
ValueInfo<T>
See Also