我有这个 XAML:
<dxb:BarStaticItem>
<TextBlock Text="{Binding MyStatusBarText}"></TextBlock>
</dxb:BarStaticItem>
Run Code Online (Sandbox Code Playgroud)
但是,我收到此错误:
Cannot add content to an object of type BarStaticItem
我该如何解决这个问题,以便我可以执行诸如更改渲染项目的颜色和样式之类的操作?