Gets or sets the expression used to filter which data rows are included in the current data set. This property is be assigned to the RowFilter property of the underlying DataTable object.
public string RowFilter {get; set;}
'Declaration
Public Property RowFilter As String