DynamicFilter::FilterTemplate Property

.NET Framework (current version)
 

Gets the filter template that is associated with the current instance of this control.

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

public:
[BrowsableAttribute(false)]
property Control^ FilterTemplate {
	Control^ get();
}

Property Value

Type: System.Web.UI::Control^

The filter template that is associated with the current instance of this control.

Dynamic Data generates the UI for filtering table rows for supported column types. It uses the default filter templates that are in the ~\DynamicData\Filters folder.

.NET Framework
Available since 4.0
Return to top
Show: