UniGridTransformationsRegisterTransformation Method |
Registers the given transformation
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax public void RegisterTransformation(
string name,
Func<Object, Object> func
)
Parameters
- name
- Type: SystemString
Transformation name - func
- Type: SystemFuncObject, Object
Transformation function
See Also