Skip to main content
.NET 6.0+

IValueManager<ValueType> Interface

Declares members implemented by value managers.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IValueManager<ValueType> :
    IValueManagerBase

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