Click or drag to resize
KaxListViewFilterExpressionCollectionFindByFieldName Method
Finds a expression bound to a given fieldName

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual KaxListViewFilterExpression FindByFieldName(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Field's name to search for

Return Value

Type: KaxListViewFilterExpression
filterExpression
See Also