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

GridViewModel.SearchPanel Property

Gets settings specifying the search panel state.

Namespace: DevExpress.Web.Mvc

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

Declaration

public GridViewSearchPanelState SearchPanel { get; }

Property Value

Type Description
GridViewSearchPanelState

A GridViewSearchPanelState object containing information about the search panel state.

Remarks

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

See Also