Skip to main content

CardViewSearchPanelState.ColumnNames Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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