Skip to main content
.NET 6.0+

IValueManagerBase Interface

Serves as the base interface, from which the IValueManager<ValueType> interface is derived.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IValueManagerBase

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