FilterControlComplexTypeColumn.Columns Property
In This Article
Provides access to a collection of columns that the current complex type column contains.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FilterControlColumnCollection Columns { get; }
#Property Value
Type | Description |
---|---|
Filter |
A Filter |
#Remarks
The Columns property stores a collection of FilterControlColumn object descendants. The obtained column collection provides methods that allow you to add new and remove existing columns. Individual columns can be accessed using indexed notation.
See Also