Skip to main content
All docs
V25.1
  • FindControlItems(ColumnView) Constructor

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

    Namespace: DevExpress.XtraGrid.Controls

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public FindControlItems(
        ColumnView view
    )

    Parameters

    Name Type Description
    view ColumnView

    The associated grid view.

    See Also