Back to Devexpress

TileView.OptionsFind Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-e518c36e.md

latest1.7 KB
Original Source

TileView.OptionsFind Property

Provides access to the Find Panel settings.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
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

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace