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

VGridOptionsFind Class

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

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