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

ASPxGridSearchPanelSettings.Visible Property

Gets or sets whether the search panel is displayed in the grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the search panel is visible; otherwise false.

Property Paths

You can access this nested property as listed below:

Remarks

The search panel allows end-users to filter grid data by typing the required text in the panel editor. Use the Visible property to specify the search panel visibility.

See Also