DataView.IBindingListView.Filter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see Filter.
property System::String ^ System::ComponentModel::IBindingListView::Filter { System::String ^ get(); void set(System::String ^ value); };
string? System.ComponentModel.IBindingListView.Filter { get; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members of types used in the filter expression might be trimmed.")] set; }
string System.ComponentModel.IBindingListView.Filter { get; set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members of types used in the filter expression might be trimmed.")>]
member this.System.ComponentModel.IBindingListView.Filter : string with get, set
member this.System.ComponentModel.IBindingListView.Filter : string with get, set
Property Filter As String Implements IBindingListView.Filter
Property Value
For a description of this member, see Filter.
Implements
- Attributes
Remarks
This member is an explicit interface member implementation. It can be used only when the DataView instance is cast to an IBindingListView interface.