Back to Devexpress

VGridOptionsFind Class

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-48d59232.md

latest2.0 KB
Original Source

VGridOptionsFind Class

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

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public class VGridOptionsFind :
    BaseVGridOptions
vb
Public Class VGridOptionsFind
    Inherits BaseVGridOptions

The following members return VGridOptionsFind objects:

Remarks

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

See Find Panel to learn more.

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraVerticalGrid.BaseVGridOptions VGridOptionsFind PGridOptionsFind

See Also

VGridOptionsFind Members

OptionsFind

DevExpress.XtraVerticalGrid.Rows Namespace