MVCxFilterControlSettings.Columns Property
Provides access to the filter control column collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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