Gets the collection of expressions that are used to filter the data retrieved by the current data binding.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ExpressionCollection Filters { get; }
Visual Basic
Public ReadOnly Property Filters As ExpressionCollection
	Get

See Also