A newer version of this page is available.
Switch to the current version.
TreeList.FindPanelVisible Property
Gets or sets whether the Find Panel is visible.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty]
public virtual bool FindPanelVisible { get; set; }
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property FindPanelVisible As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if the Find Panel is visible; otherwise, false. |
See Also
Feedback