New to Telerik UI for WPF? Download free 30-day trial

Persisting Settings

You can save and load settings of RadDataFilter by using the RadPersistenceFramework control.

When it comes to saving and loading the user defined filter criteria, you will have to define a custom property provider for the RadDataFilter.FilterDescriptors collection.

For a good example and sample code of a similar approach, you can check out the "GridView Serialization" demo in the WPF Controls Samples.

See Also

In this article