APNSoft Controls [4.5.2.20] - API Reference
APNSoftDataGrid.RowFilter Property

Gets or sets the expression used to filter which rows are viewed in the DataGrid.

[Visual Basic]
Public Property RowFilter As String
[C#]
public string RowFilter {get; set;}

Remarks

To form a RowFilter value, specify the name of a column followed by an operator and a value to filter on. The value must be in quotes. For example: "LastName = 'Smith'"

See Also

APNSoftDataGrid Class | APNSoft.WebControls Namespace