Skip to main content
.NET 6.0+

IValueManager<ValueType>.Value Property

Holds the data stored by a value manager.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.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