Skip to main content

FilterPopupExcelParseFilterCriteriaEventArgs.Grid Property

Gets the vertical grid that raised the event.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public VGridControl Grid { get; }

Property Value

Type Description
VGridControl

An object that specifies the vertical grid that raised the event.

See Also