FilterControlColumnCollection.FilterControl Property
Gets the collection owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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