VerticalGridModel.SearchPanel Property
In This Article
Gets settings specifying the search panel state.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public VerticalGridSearchPanelState SearchPanel { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
See Also