FilterRepeater.DynamicFilterContainerId Property

 

Gets or sets the ID of the FilterRepeater control in an ItemTemplate instance.

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 the control used to display the filter UI in the ItemTemplate instance, if an ID is specified; otherwise, "DynamicFilter".

.NET Framework
Available since 3.5
Return to top
Show: