TreeList.FindPanelVisible Property
Gets or sets whether the Find Panel is visible.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
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