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

CardViewStyles.SearchPanel Property

Gets the style settings defining the appearance of the search panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewStyleBase SearchPanel { get; }

Property Value

Type Description
CardViewStyleBase

A CardViewStyleBase 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.

ASPxCardView_Seraching

See Also