Skip to main content

TreeList.IsFindPanelVisible Property

Returns whether or not the Find Panel is currently visible.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also