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

CardViewSearchPanelState.ColumnNames Property

Specifies the columns to which the search panel filter should be applied.

Namespace: DevExpress.Web.Mvc

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

Declaration

public string ColumnNames { get; set; }

Property Value

Type Description
String

A String value listing CardView column identifiers that can be column name, field name, or caption.

See Also