Back to Devexpress

ColumnViewOptionsFind.ShowCloseButton Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfind-c6945eb7.md

latest3.2 KB
Original Source

ColumnViewOptionsFind.ShowCloseButton Property

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

Property Value

TypeDefaultDescription
Booleantrue

true if the close (‘x’) button is displayed within the Find Panel; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCloseButton
ColumnView

.OptionsFind .ShowCloseButton

|

Remarks

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

See Also

HideFindPanel()

ClearFindOnClose

Find Panel

ColumnViewOptionsFind Class

ColumnViewOptionsFind Members

DevExpress.XtraGrid.Views.Base Namespace