MVCxFilterControlSettings.Columns Property
In This Article
Provides access to the filter control column collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxFilterControlColumnCollection Columns { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#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