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

TreeList.IsFindPanelVisible Property

Returns whether or not the Find Panel is currently visible.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
public bool IsFindPanelVisible { get; }

Property Value

Type Description
Boolean

true, if the Find Panel is currently visible; otherwise, false.

See Also