TemplatePropertyEntry.BindableTemplate プロパティ

定義

ITemplate プロパティにデータをバインドできるかどうかを示す値を取得します。

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

プロパティ値

Boolean

ITemplate プロパティをデータにバインドできる場合は true。それ以外の場合は false。 既定値は、false です。

適用対象