Skip to main content
All docs
V22.2

TileView.OptionsFind Property

Provides access to the Find Panel settings.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public TileViewOptionsFind OptionsFind { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Tile.TileViewOptionsFind

An object that contains the settings of the Find Panel.

Remarks

Read the following topic for details: Find Panel.

See Also