Back to Devexpress

MVCxFilterControlSettings.Columns Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxfiltercontrolsettings.md

latest1.7 KB
Original Source

MVCxFilterControlSettings.Columns Property

Provides access to the filter control column collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxFilterControlColumnCollection Columns { get; }
vb
Public ReadOnly Property Columns As MVCxFilterControlColumnCollection

Property Value

TypeDescription
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

MVCxFilterControlSettings Class

MVCxFilterControlSettings Members

DevExpress.Web.Mvc Namespace