Back to Devexpress

TreeList.OptionsFind Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-f8163e6b.md

latest1.9 KB
Original Source

TreeList.OptionsFind Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
TreeListOptionsFind

A TreeListOptionsFind object that stores the settings controlling the behavior and visibility of the Find Panel and its elements.

|

See Also

ShowFindPanel()

Find Panel

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace