Skip to main content
A newer version of this page is available. .
Tab

FilterControlComplexTypeColumn.Columns Property

Provides access to a collection of columns that the current complex type column contains.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FilterControlColumnCollection Columns { get; }

Property Value

Type Description
FilterControlColumnCollection

A FilterControlColumnCollection object that is a collection of columns.

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