Skip to main content
A newer version of this page is available. .

GridOptionsCustomization.CustomizationFormSearchBoxVisible Property

Gets or sets whether the displays the search box allowing an end-user to input a criterion to filter the list of available columns and bands.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool CustomizationFormSearchBoxVisible { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to CustomizationFormSearchBoxVisible
AdvBandedGridView
.OptionsCustomization.CustomizationFormSearchBoxVisible
BandedGridView
.OptionsCustomization.CustomizationFormSearchBoxVisible
GridView
.OptionsCustomization.CustomizationFormSearchBoxVisible

Remarks

By default, the Customization Form (Column Chooser) displays only the list of columns (and bands in banded views) that can be restored, as illustrated in the figure below.

GridOptionsCustomization_ColumnChooser_NoSearchBox

Set the CustomizationFormSearchBoxVisible property to true to display the search box in the Customization Form. This search box allows an end-user to input a criterion and filter the list of available columns according to the specified criterion. See the figure below.

GridOptionsCustomization_ColumnChooser_SearchBox

See Also