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" />

第二种方式不生效:

记得使用第一种

相关推荐
IT_陈寒3 分钟前
Java线程池用错参数,我的服务居然悄悄崩溃了
前端·人工智能·后端
滕州市燕猫虎计算机科技工作室个体工商户5 分钟前
IDEA:Command line is too long
java·ide·intellij-idea
卡布鲁17 分钟前
React useMemo 与 useCallback 完全指南:原理、场景与避坑
前端·react.js
碳基修炼34 分钟前
排查记:本地 devServer 是 http,浏览器却把 302 重定向升级成了 https
前端·http
步行cgn36 分钟前
Spring p 命名空间注入详解
java·前端·spring
YatHinLay39 分钟前
MyBatis 流式查询实战:ResultHandler 处理海量数据
java
何何____43 分钟前
Vue 生命周期详解
前端·javascript
天天被压力1 小时前
【跨市场数据实战 #08】可转债折价机会怎么筛:3个接口抓比价、列表和实时盘口
java·人工智能·python
江米小枣tonylua1 小时前
TypeScript 全面の拥抱 !Prisma 8 + Electron 升级实战
前端
闪耀之光M781 小时前
npm命令解析
前端