Skip to main content
.NET 6.0+

ValueManager.ValueManagerType Property

Specifies the type of platform-specific value managers initialized by the GetValueManager method.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static Type ValueManagerType { get; set; }

Property Value

Type Description
Type

A Type object which specifies the type of platform-specific value managers initialized by the GetValueManager method.

See Also