Skip to main content

FilterPopupExcelParseFilterCriteriaEventArgs.View Property

Gets the view that raised the event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public ColumnView View { get; }

Property Value

Type Description
ColumnView

An object that specifies the view that raised the event.

See Also