0
コード内のバインディング宣言(C#)内で型キャストを実行したいと思います。TypeCast内のバインディングパス
System.Windows.Data Error: 39 : BindingExpression path error: '((IPageLayout)Children[0])' property not found on 'object' ''Grid' (Name='FullPagePageViewGrid')'. BindingExpression:Path=((IPageLayout)Children[0]); DataItem='Grid' (Name='FullPagePageViewGrid'); target element is 'Label' (Name='aLabel'); target property is 'Content' (type 'Object')
これは私が恐れていたものです。私は正常にコンバータを使用することができましたが、私はそれを直接ワイヤリングできるかどうかを見たいと思っていました。ありがとう! – Joel