FilterControlColumnCollection.FilterControl Property
In This Article
Gets the collection owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxFilterControl FilterControl { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The filter control’s columns collection can be accessed via the ASPxFilterControl.Columns property.
See Also