<dxg:GridControl.Columns>
<dxg:GridColumn Header="排名" FieldName="UserRank" Width="40" ReadOnly="True">
<dxg:GridColumn.CellStyle>
<Style TargetType="{x:Type dxg:CellContentPresenter}">
<Setter Property="Foreground"
                                           Value="Red" />
<Setter Property="FontWeight" Value="Bold" />
</Style>
</dxg:GridColumn.CellStyle>
</dxg:GridColumn>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案