Back to Devexpress

BaseOptionsCustomization.CustomizationFormSearchBoxVisible Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-baseoptionscustomization-70a93a78.md

latest2.3 KB
Original Source

BaseOptionsCustomization.CustomizationFormSearchBoxVisible Property

Gets or sets whether the default Customization Form displays the search box that allows users to locate rows and categories.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool CustomizationFormSearchBoxVisible { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property CustomizationFormSearchBoxVisible As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the default Customization Form displays the search box; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CustomizationFormSearchBoxVisible
VGridControlBase

.OptionsCustomization .CustomizationFormSearchBoxVisible

|

Remarks

The search box in the advanced Customization Form is always visible regardless of the CustomizationFormSearchBoxVisible property.

See Also

BaseOptionsCustomization Class

BaseOptionsCustomization Members

DevExpress.XtraVerticalGrid Namespace