Back to Devexpress

VGridOptionsFind.ShowFindButton Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsfind-7d30c078.md

latest2.1 KB
Original Source

VGridOptionsFind.ShowFindButton Property

Gets or sets whether the Find 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 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
VGridControlBase

.OptionsFind .ShowFindButton

|

See Also

FindDelay

FindMode

Find Panel

VGridOptionsFind Class

VGridOptionsFind Members

DevExpress.XtraVerticalGrid.Rows Namespace