Back to Devexpress

TreeListOptionsFind.ShowFindButton Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionsfind-c5560e10.md

latest1.7 KB
Original Source

TreeListOptionsFind.ShowFindButton Property

Gets or sets whether the Find button is displayed within the Find Panel.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowFindButton { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowFindButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the Find button is displayed within the Find Panel; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowFindButton
TreeList

.OptionsFind .ShowFindButton

|

See Also

TreeListOptionsFind Class

TreeListOptionsFind Members

DevExpress.XtraTreeList.Columns Namespace