Skip to main content

TreeList.FindPanelVisible Property

Use TreeList.ShowFindPanel and TreeList.HideFindPanel methods to show or hide the Find Panel.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v25.1.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
[XtraSerializablePropertyId(4)]
public virtual bool FindPanelVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also