ValueManager.Clear() Method
Sets the Value of all the value managers created via the GetValueManager method to the default values of the value managers’ type parameters.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The ValueManager class tracks all the value managers created via the class’ GetValueManager method. The ValueManager.Clear method iterates through all the created value managers and invokes their IValueManagerBase.Clear methods.
See Also