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

FilterControlColumnsCreatedEventArgs.Columns Property

Gets a collection of filter columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FilterControlColumnCollection Columns { get; set; }

Property Value

Type Description
FilterControlColumnCollection

A FilterControlColumnCollection object that contains filter columns.

See Also