Back to Devexpress

ColumnViewOptionsFind.ShowClearButton Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfind-673602fd.md

latest2.8 KB
Original Source

ColumnViewOptionsFind.ShowClearButton Property

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

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
ColumnView

.OptionsFind .ShowClearButton

|

Remarks

Use the following properties to show/hide the operation buttons:

See Also

ColumnViewOptionsFind Class

ColumnViewOptionsFind Members

DevExpress.XtraGrid.Views.Base Namespace