Back to Devexpress

FilterControlColumnCollection.FilterControl Property

aspnet-devexpress-dot-web-dot-filtercontrolcolumncollection.md

latest1.4 KB
Original Source

FilterControlColumnCollection.FilterControl Property

Gets the collection owner.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxFilterControl FilterControl { get; }
vb
Public ReadOnly Property FilterControl As ASPxFilterControl

Property Value

TypeDescription
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

Columns

Filter Control

FilterControlColumnCollection Class

FilterControlColumnCollection Members

DevExpress.Web Namespace