IWindowGridSetAutoFilter Method

Assigns the autofilter of a field.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void SetAutoFilter(
	string field,
	string expression
)

Parameters

field  String
Name of the field to filter.
expression  String
Autofilter expression.

See Also