Click or drag to resize
OnBeforeFiltering Delegate
On before unigrid filtering event handler.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public delegate string OnBeforeFiltering(
	string whereCondition
)

Parameters

whereCondition
Type: SystemString

Return Value

Type: String
See Also