IValueManagerBase Interface
Serves as the base interface, from which the IValueManager<ValueType> interface is derived.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The IValueManagerBase interface declares a single IValueManagerBase.Clear method, which when implemented by a value manager, sets the IValueManager`1.Value to the default value of the type parameter. The default value is null (Nothing in VB) for reference types, and zero for value types.
See Also