Back to Devexpress

GridViewOptionsFind Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-878a68d2.md

latest2.2 KB
Original Source

GridViewOptionsFind Class

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class GridViewOptionsFind :
    ColumnViewOptionsFind
vb
Public Class GridViewOptionsFind
    Inherits 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.

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ColumnViewOptionsFind GridViewOptionsFind

See Also

GridViewOptionsFind Members

OptionsFind

Find Panel

DevExpress.XtraGrid.Views.Grid Namespace