quietwalk
 <dxg:TreeListColumn Header="{DynamicResource ResourceKey=ResRoomNumber}"  MinWidth="80" AllowEditing="True">
                    <dxg:TreeListColumn.CellTemplate>
                        <DataTemplate>
                            <dxe:TextEdit EditValue="{Binding Path=RowData.Row.AEncounter.RoomNum,Mode=TwoWay}" Name="teRoomNum"/>
                        </DataTemplate>
                    </dxg:TreeListColumn.CellTemplate>
                </dxg:TreeListColumn>

 

分类:

技术点:

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2021-06-17
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-01
  • 2022-01-08
  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2021-10-09
  • 2021-08-18
相关资源
相似解决方案