Click or drag to resize

RecroGridRGFilterRemove Method

Removes the specified condition by ColName.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public void Remove(
	string colName
)

Parameters

colName
Type: SystemString
Name of the column.
See Also