Back to Devexpress

GridView.OptionsFind Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-3f94ab1b.md

latest1.9 KB
Original Source

GridView.OptionsFind Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
GridViewOptionsFind

A GridViewOptionsFind object.

|

Remarks

See Find Panel to learn more.

See Also

Find Panel

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace