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

IValueManager<ValueType>.Value Property

Holds the data stored by a value manager.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ValueType Value { get; set; }

Property Value

Type Description
ValueType

A ValueType object which represents the data stored by a value manager.

See Also