Back to Devexpress

TreeListOptionsFind.ShowClearButton Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionsfind-471bc598.md

latest1.7 KB
Original Source

TreeListOptionsFind.ShowClearButton Property

Gets or sets whether the Clear 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 ShowClearButton { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowClearButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowClearButton
TreeList

.OptionsFind .ShowClearButton

|

See Also

TreeListOptionsFind Class

TreeListOptionsFind Members

DevExpress.XtraTreeList.Columns Namespace