Skip to content

This example shows how to create a custom filter control for the Accordion control.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/how-to-create-a-custom-filter-control-for-the-accordion-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Accordion Control - Custom filter UI

This example creates a custom filter control and assigns it to the AccordionControl.FilterControl property to filter accordion items:

this.accordionControl1.FilterControl = this.customFilterControl1;

Custom FilterContrel

Files to Review

Does this example address your development requirements/objectives?

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