FilterPopupExcelParseFilterCriteriaEventArgs.View Property
In This Article
Gets the view that raised the event.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public ColumnView View { get; }
#Property Value
Type | Description |
---|---|
Column |
An object that specifies the view that raised the event. |
See Also