Skip to main content
A newer version of this page is available. .

FilterPopupExcelParseFilterCriteriaEventArgs.View Property

Gets the view that raised the event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public ColumnView View { get; }

Property Value

Type Description
ColumnView

An object that specifies the view that raised the event.

See Also