Click or drag to resize
UniGridApplyFilter Method
Applies current filter where condition.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void ApplyFilter(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event
e
Type: SystemEventArgs
An System.EventArgs that contains no event data
See Also