WPF Button Content 的StringFormat

XML 复制代码
<telerik:RadButton
    Grid.Column="0"
    Height="40"
    Command="{Binding DataContext.FlowControlCommand, RelativeSource={RelativeSource AncestorType=ListBox}}"
    CommandParameter="{Binding}"
    FontSize="14"
    FontWeight="SemiBold">
    <TextBlock
        Height="40"
        FontSize="14"
        FontWeight="SemiBold"
        Text="{Binding FlowDescription, StringFormat={}执行{0}}" />
</telerik:RadButton>

<telerik:RadButton
    Grid.Column="1"
    Height="30"
    Background="#6C757D"
    Command="{Binding DataContext.LookFlowCommand, RelativeSource={RelativeSource AncestorType=ListBox}}"
    CommandParameter="{Binding}"
    Content="{Binding TreeViewActionModel, StringFormat=查看:{0}}"
    FontSize="12" />

第二种方式不生效:

记得使用第一种

相关推荐
钛态5 小时前
Vite 中的 CSS 工程化:从 CSS Modules 到 UnoCSS 的渐进式迁移
前端·vue·react·web
秋饼6 小时前
JDK 27 企业级 AI 服务落地实战:G1 默认、紧凑对象头、后量子 TLS 与 JFR 脱敏全解析
java·ai·技术分享·后端开发
Csvn7 小时前
原型链、this 与闭包内存:三座深水区一次打通(含内存泄漏排查实战)
前端·javascript
卓怡学长7 小时前
w176基于SpringBoot的医院管理系统
java·spring boot·spring·maven·intellij-idea
lemon_sjdk7 小时前
ObjectProperty
java·开发语言·算法
葡萄城技术团队7 小时前
如何通过 JSON 数据源 / Web API 快速构建轻量级报表(Report)?
前端·json·原型模式
hh9507 小时前
Agent Plan x DeepSeek Harness:Agent 供应链安全与第三方插件审计
java·开发语言·安全·agent plan·adg成都社区·adg社区
吴声子夜歌7 小时前
Java面试——HBase原理及应用
java·面试·hbase
浪兎兎7 小时前
【Java Web】Servlet + JSP 笔记
java·前端·servlet
吴声子夜歌7 小时前
Java面试——ElasticSearch原理及应用
java·面试·es