FilterPopupEventArgs(ColumnBase, PopupBaseEdit) Constructor
In This Article
Initializes a new instance of the FilterPopupEventArgs class with the specified grid column and pop-up edit.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column | Column |
A Column |
popup |
Popup |
A Popup |
#Remarks
Instances of the FilterPopupEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also