Skip to main content

GridViewSearchPanelState.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 grid column identifiers that can be either: column name, field name, or caption.

See Also