FilterControlComplexTypeColumn.Columns Property
Provides access to a collection of columns that the current complex type column contains.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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