Skip to main content
All docs
V24.1

FindControlItems(ColumnView) Constructor

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

Namespace: DevExpress.XtraGrid.Controls

Assembly: DevExpress.XtraGrid.v24.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