Click or drag to resize
UniGridTransformationsRegisterTransformation Method
Registers the given transformation

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void RegisterTransformation(
	string name,
	Func<Object, Object> func
)

Parameters

name
Type: SystemString
Transformation name
func
Type: SystemFuncObject, Object
Transformation function
See Also