Skip to main content

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.v23.2.dll

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsFind OptionsFind { get; }

Property Value

Type Description
TreeListOptionsFind

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

See Also