Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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