Skip to main content
All docs
V25.1
  • FilterPopupExcelParseFilterCriteriaEventArgs.Grid Property

    Gets the vertical grid that raised the event.

    Namespace: DevExpress.XtraVerticalGrid

    Assembly: DevExpress.XtraVerticalGrid.v25.1.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