Skip to main content
A newer version of this page is available. .

IValueManager<ValueType> Interface

Declares members implemented by value managers.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

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