Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void Clear()

Remarks

The default value is null (Nothing in VB) for reference types, and zero for value types.

See Also