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

FilterControlColumnCollection.FilterControl Property

Gets the collection owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxFilterControl FilterControl { get; }

Property Value

Type Description
ASPxFilterControl

An ASPxFilterControl object that owns the current collection.

Remarks

The filter control’s columns collection can be accessed via the ASPxFilterControl.Columns property.

See Also