зеркало из https://github.com/telerik/xaml-sdk.git
8e6db6e592 | ||
---|---|---|
.. | ||
Properties | ||
App.xaml | ||
App.xaml.cs | ||
CustomColumnFilterDescriptor_WPF.csproj | ||
Days.cs | ||
FlagsEnumColumn.cs | ||
FlagsEnumColumnFilterDescriptor.cs | ||
MainPage.xaml | ||
MainPage.xaml.cs | ||
MainWindow.xaml | ||
MainWindow.xaml.cs | ||
Person.cs | ||
Readme.md |
Readme.md
Custom Column Filter Descriptor
This example demonstrates how you can extend the stock ColumnFilterDescriptor in order to change the filtering expression that it generates. This expression will be the one used for filtering by our data engine. This example requires advanced knowledge of LINQ Expression Trees. You can learn more about LINQ Expression Trees at http://msdn.microsoft.com/en-us/library/bb397951.aspx