DataViewSetting.RowFilter Property

Definition

Gets or sets the filter to apply in the DataView. See RowFilter for a code sample using RowFilter.

public:
 property System::String ^ RowFilter { System::String ^ get(); void set(System::String ^ value); };
public string RowFilter { get; set; }
member this.RowFilter : string with get, set
Public Property RowFilter As String

Property Value

A string that contains the filter to apply.

Applies to