QueryableFilterRepeater.DynamicFilterContainerId Property

.NET Framework (current version)
 

Gets or sets the ID of a DynamicFilter control inside the template that is configured to be a filter for a column.

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

[ThemeableAttribute(false)]
public string DynamicFilterContainerId { get; set; }

Property Value

Type: System.String

The ID of a DynamicFilter control inside the template that is configured to be a filter for a column.

If the ID is not set, the default value for the ID is "DynamicFilter".

.NET Framework
Available since 4.0
Return to top
Show: