Back to Devexpress

VGridOptionsFind.ShowClearButton Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsfind-c33f110b.md

latest1.9 KB
Original Source

VGridOptionsFind.ShowClearButton Property

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

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

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
VGridControlBase

.OptionsFind .ShowClearButton

|

See Also

VGridOptionsFind Class

VGridOptionsFind Members

DevExpress.XtraVerticalGrid.Rows Namespace