# TreeList.OptionsFind Property | WinForms Controls | DevExpress Documentation

# TreeList.OptionsFind Property

Provides access to settings controlling the behavior and visibility of the [Find Panel](/WindowsForms/16662/controls-and-libraries/tree-list/visual-elements/find-panel) and its elements.

**Namespace**: [DevExpress.XtraTreeList](/WindowsForms/DevExpress.XtraTreeList)

        **Assembly**:
        DevExpress.XtraTreeList.v26.1.dll

## Declaration

- C#
- VB.NET

                        <section id="tabpanel_syntax_tabid_DevExpress.XtraTreeList.TreeList.OptionsFind-csharp" role="tabpanel" data-tab="tabid-csharp" class="tab-group__tab-content tab-group__tab-content--code" style="display: block">
                            <pre><code data-code-links="{&quot;TreeListOptionsFind&quot;:&quot;/WindowsForms/DevExpress.XtraTreeList.Columns.TreeListOptionsFind&quot;}" class="lang-csharp hljs">[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]&#xA;public TreeListOptionsFind OptionsFind { get; }</code></pre>
                        </section>
                        <section id="tabpanel_syntax_tabid_DevExpress.XtraTreeList.TreeList.OptionsFind-vb" role="tabpanel" data-tab="tabid-vb" class="tab-group__tab-content tab-group__tab-content--code" style="display: none">
                            <pre><code data-code-links="{&quot;TreeListOptionsFind&quot;:&quot;/WindowsForms/DevExpress.XtraTreeList.Columns.TreeListOptionsFind&quot;}" class="lang-vb hljs">&lt;XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)&gt;&#xA;Public ReadOnly Property OptionsFind As TreeListOptionsFind</code></pre>
                        </section>

## Property Value

| Type | Description |
| --- | --- |
| [TreeListOptionsFind](/WindowsForms/DevExpress.XtraTreeList.Columns.TreeListOptionsFind) | A [TreeListOptionsFind](/WindowsForms/DevExpress.XtraTreeList.Columns.TreeListOptionsFind) object that stores the settings controlling the behavior and visibility of the [Find Panel](/WindowsForms/16662/controls-and-libraries/tree-list/visual-elements/find-panel) and its elements. |

See Also

[ShowFindPanel()](/WindowsForms/DevExpress.XtraTreeList.TreeList.ShowFindPanel)

[Find Panel](/WindowsForms/16662/controls-and-libraries/tree-list/visual-elements/find-panel)

[TreeList Class](/WindowsForms/DevExpress.XtraTreeList.TreeList)

[TreeList Members](/WindowsForms/DevExpress.XtraTreeList.TreeList._members)

[DevExpress.XtraTreeList Namespace](/WindowsForms/DevExpress.XtraTreeList)