Skip to main content

MVCxFilterControlSettings.Columns Property

Provides access to the filter control column collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxFilterControlColumnCollection Columns { get; }

Property Value

Type Description
MVCxFilterControlColumnCollection

A MVCxFilterControlColumnCollection object which is the collection of columns.

Remarks

The Columns property provides access to the collection of columns in the filter control editor. The collection is represented by an instance of the MVCxFilterControlColumnCollection class, and allows individual columns (which are instances of the MVCxFilterControlColumn class) to be added, deleted and accessed using indexer notation.

See Also