Skip to main content
All docs
V23.2

GridOptionsFilter(GridView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridOptionsFilter(
    GridView gridView
)

Parameters

Name Type
gridView GridView
See Also