CollectionViewSource.LiveFilteringProperties 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.
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.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.