Back to Devexpress

TreeListOptionsFind.AlwaysVisible Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionsfind-83dc3b48.md

latest2.8 KB
Original Source

TreeListOptionsFind.AlwaysVisible Property

Gets or sets whether the Find Panel is always visible.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AlwaysVisible { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property AlwaysVisible As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AlwaysVisible
TreeList

.OptionsFind .AlwaysVisible

|

Remarks

Set this property to true , to prevent the Find Panel from being hidden by an end-user. You can also prevent the Find Panel from being hidden by setting the ColumnViewOptionsFind.ShowCloseButton property to false.

Note

If the AlwaysVisible property is set to true , the close (‘x’) button is hidden, even if the ColumnViewOptionsFind.ShowCloseButton property is set to true.

If the Find Panel is hidden and the TreeListOptionsFind.AllowFindPanel option is enabled, an end-user can invoke the Find Panel by pressing CTRL+F. The Find Panel can also be displayed in code using the TreeList.ShowFindPanel method.

See Also

AllowFindPanel

ShowFindPanel()

TreeListOptionsFind Class

TreeListOptionsFind Members

DevExpress.XtraTreeList.Columns Namespace