Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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