Skip to main content
Tab

CardViewStyles.SearchPanel Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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