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

GridViewSearchPanelState.ColumnNames Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public string ColumnNames { get; set; }

Property Value

Type Description
String

A String value listing grid column identifiers that can be either: column name, field name, or caption.

See Also