TreeList.FindPanelVisible Property
In This Article
Use TreeList.ShowFindPanel and TreeList.HideFindPanel methods to show or hide the Find Panel.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.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