Skip to main content
A newer version of this page is available. .

GridViewOptionsFind Class

Contains options controlling the view and behavior settings of the Find Panel.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public class GridViewOptionsFind :
    ColumnViewOptionsFind

The following members return GridViewOptionsFind objects:

Remarks

The options this class provides are accessible with the GridView.OptionsFind property.

See Find Panel to learn more.

See Also