VerticalGridStyles.SearchPanel Property
Gets the style settings defining the appearance of the search panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
VerticalGridStyle | A VerticalGridStyle object that contains style settings. |
Remarks
When the ASPxGridSearchPanelSettings.Visible property is set to true
, the search panel is displayed in the grid control. It allows end-users to filter grid data by typing the required text in the panel editor. Use the SearchPanel property to specify the panel style settings.
See Also