Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 2.02 KB

File metadata and controls

25 lines (17 loc) · 2.02 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)