FilterPopupExcelParseFilterCriteriaEventArgs.Grid Property
In This Article
Gets the vertical grid that raised the event.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public VGridControl Grid { get; }
#Property Value
Type | Description |
---|---|
VGrid |
An object that specifies the vertical grid that raised the event. |
See Also