Skip to main content

GridViewSettings.SettingsSearchPanel Property

Provides access to the search panel’s settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxGridViewSearchPanelSettings SettingsSearchPanel { get; }

Property Value

Type Description
MVCxGridViewSearchPanelSettings

An MVCxGridViewSearchPanelSettings object that containing the search panel settings.

See Also