Back to Devexpress

FilterPopupExcelDataEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-a363068c.md

latest1.9 KB
Original Source

FilterPopupExcelDataEventArgs Class

Provides data for the ColumnView.FilterPopupExcelData event.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class FilterPopupExcelDataEventArgs :
    ExcelFilteringDataEventArgs<GridColumn>
vb
Public Class FilterPopupExcelDataEventArgs
    Inherits ExcelFilteringDataEventArgs(Of GridColumn)

FilterPopupExcelDataEventArgs is the data class for the following events:

Inheritance

Object EventArgs ExcelFilteringDataEventArgs ExcelFilteringDataEventArgs<GridColumn> FilterPopupExcelDataEventArgs

See Also

FilterPopupExcelDataEventArgs Members

FilterPopupExcelData

DevExpress.XtraGrid.Views.Grid Namespace