IValueManager<ValueType> Interface
Declares members implemented by value managers.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Type Parameters
Name |
---|
ValueType |
Remarks
Value managers are used to store data in memory on a per-user basis in a platform-independent way. The IValueManager<ValueType> interface exposes the IValueManager`1.Value property, which represents the data stored by a value manager. For a detailed explanation of value managers, refer to the ValueManager class description.
See Also