IFilterRow.FilterValues Property

Definition

Gets or sets a collection of strings that represent the filter values to be set.

public:
 property cli::array <System::String ^> ^ FilterValues { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] FilterValues { get; set; }
member this.FilterValues : string[] with get, set
Public Property FilterValues As String()

Property Value

String[]

Returns a set of strings that represent the filter values.

Applies to