IValueManagerBase.Clear() Method
When implemented by a value manager, sets the IValueManager`1.Value property to the default value of the type parameter.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The default value is null (Nothing in VB) for reference types, and zero for value types.
See Also