QueryableFilterRepeater.ItemTemplate Property
.NET Framework (current version)
Gets or sets the controls that populate the QueryableFilterRepeater class.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
[<BrowsableAttribute(false)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<TemplateContainerAttribute(typeof(INamingContainer))>] abstract ItemTemplate : ITemplate with get, set [<BrowsableAttribute(false)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<TemplateContainerAttribute(typeof(INamingContainer))>] override ItemTemplate : ITemplate with get, set
Property Value
Type: System.Web.UI.ITemplateAn object that defines how items in the QueryableFilterRepeater control are displayed.
The ItemTemplate property defines the behavior that is used to populate the QueryableFilterRepeater control with child controls. The child controls represent the inline templates that are defined on the page.
The following example shows how to set the QueryableFilterRepeater control's ItemTemplate property so that it contains DynamicFilter controls to create the UI for each supported column type.
.NET Framework
Available since 4.0
Available since 4.0
Show: