TemplatePropertyEntry.BindableTemplate Property

Definition

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

public:
 property bool BindableTemplate { bool get(); };
public bool BindableTemplate { get; }
member this.BindableTemplate : bool
Public ReadOnly Property BindableTemplate As Boolean

Property Value

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

Applies to