Skip to main content

TreeList.FindPanelVisible Property

Gets or sets whether the Find Panel is visible.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.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