C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSet Class / RowFilter Property

In This Topic
RowFilter Property
In This Topic
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.
Syntax
'Declaration
 
Public Property RowFilter As String
 
See Also