Skip to main content
A newer version of this page is available. .

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

Declaration

public static void Clear()

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