Edit

Share via


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; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members of types used in the filter expression might be trimmed.")] set; }
public string RowFilter { get; set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members of types used in the filter expression might be trimmed.")>]
member this.RowFilter : string with get, set
member this.RowFilter : string with get, set
Public Property RowFilter As String

Property Value

A string that contains the filter to apply.

Attributes

Applies to