QueryableFilterUserControl.FilterControl Property

.NET Framework (current version)
 

Gets the data control that handles the filter inside the filter template.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Public Overridable ReadOnly Property FilterControl As Control

Property Value

Type: System.Web.UI.Control

The data control that handles the filter.

This property is null if the filter template does not override it.

.NET Framework
Available since 4.0
Return to top
Show: