Skip to content

This example shows how to implement IFilteredComponent to customize the display name of filter columns in the WinForms Filter Control.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-filtercontrol-implement-ifilteredcomponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Filter Control - How to implement an IFilteredComponent interface

This example demonstrates how to create a component that wraps XPCollection and implements a custom mechanism to generate display names of filter columns (FilterColumn). If the DisplayName attribute is applied to a persistent property, the FilterControl uses its value to display a filter column name.

In this example, the display name of the nested persistent property includes a full path to this property (for example, "Category.Name").

Files to Review

About

This example shows how to implement IFilteredComponent to customize the display name of filter columns in the WinForms Filter Control.

Topics

Resources

License

Stars

Watchers

Forks