ExtendedDataGridView FilterGrid Method (String)CleanCode C# Libraries v1.2.03 API
Filters the grid using explicit parameters.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool FilterGrid(
	string filterText
)

Return Value

true if filter successfully applied; otherwise, false
See Also