FilterPopupEventArgs Class
In This Article
Provides data for the DataViewBase.ShowFilterPopup event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Remarks
The FilterPopupEventArgs class introduces the FilterPopupEventArgs.Column property that identifies the grid column for which the event has been raised, and the FilterPopupEventArgs.ComboBoxEdit property, that returns a ComboBoxEdit instance that is used in a filter pop-up.
An instance of the FilterPopupEventArgs class with appropriate settings is automatically created and passed to the corresponding event's handler.
#Examples
This example shows how to remove default items from the 'Date' column's Filter Dropdown, and add three custom items:
- (All) - Cancels filtering
- Registered in 2008 - Shows users that #were registered in 2008
- Registered in 2009 - Shows users that #were registered in 2009
#Inheritance
Object
EventArgs
RoutedEventArgs
FilterPopupEventArgs
See Also