Click or drag to resize
UniGridResetStates Method
Resets the state of all Unigrids displaying objects of given type.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static void ResetStates(
	string objectType
)

Parameters

objectType
Type: SystemString
Unigrids showing objects of this type will be reset.
See Also