Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ValueManager.ValueManagerType Property

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

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v19.2.dll

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