Skip to main content

VGridOptionsFind Class

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public class VGridOptionsFind :
    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
See Also