Skip to main content
All docs
V24.1

GridOptionsFilter(GridView) Constructor

Initializes a new instance of the GridOptionsFilter class with specified settings.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public GridOptionsFilter(
    GridView gridView
)

Parameters

Name Type
gridView GridView
See Also