ListCollectionView.LiveFilteringProperties Property

Definition

Gets a collection of strings that specify the properties that participate in filtering data in real time.

public:
 property System::Collections::ObjectModel::ObservableCollection<System::String ^> ^ LiveFilteringProperties { System::Collections::ObjectModel::ObservableCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ObservableCollection<string> LiveFilteringProperties { get; }
member this.LiveFilteringProperties : System.Collections.ObjectModel.ObservableCollection<string>
Public ReadOnly Property LiveFilteringProperties As ObservableCollection(Of String)

Property Value

A collection of strings that specify the properties that participate in filtering data in real time.

Implements

Applies to