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

TreeList.FindPanelVisible Property

Gets or sets whether the Find Panel is visible.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public virtual bool FindPanelVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also