Skip to content

DevExpress-Examples/how-to-add-and-remove-items-from-the-filter-drop-down-list-e2396

13.1.4+
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
CS
 
 
VB
 
 
 
 
 
 
 
 
 
 

Files to look at:

How to add and remove items from the filter drop-down list

The following example shows how to add and remove items from the filter dropdown list.

In this example, the 'Beverages' item is hidden from the filter dropdown list of the Category field, and a dummy item is created and added to the list. To do this, the CustomFilterPopupItems event is handled. In the event handler, the 'Beverages' item is removed from the event parameter's Items collection, and a new item ('Dummy Item') is added to the collection.


About

.NET, WinForms, XtraPivotGrid Suite

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published