TemplatePropertyEntry.BindableTemplate Property

 

Gets a value indicating if the ITemplate property can have data bound to it.

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

public bool BindableTemplate { get; }

Property Value

Type: System.Boolean

true if the ITemplate property is bindable; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: