Back to Devexpress

VGridControlBase.OptionsFind Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-5dbd67f3.md

latest1.8 KB
Original Source

VGridControlBase.OptionsFind Property

Provides access to settings controlling the behavior and visibility of the Find Panel and its elements.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsFind OptionsFind { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsFind As VGridOptionsFind

Property Value

TypeDescription
VGridOptionsFind

The settings controlling the behavior and visibility of the Find Panel and its elements.

|

Remarks

See Find Panel to learn more.

See Also

Find Panel

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace