Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxFilterControlBase.Columns Property

Provides access to the filter control column collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FilterControlColumnCollection Columns { get; }

Property Value

Type Description
FilterControlColumnCollection

A FilterControlColumnCollection object which is the collection of columns.

Remarks

The Columns property provides access to the collection of columns in the ASPxFilterControl editor. The collection is represented by an instance of the FilterControlColumnCollection class, and allows individual columns (which are instances of the FilterControlColumn class) to be added, deleted and accessed using indexer notation.

See Also