摘要: <DataGridTemplateColumn Header="发生时间" > <DataGridTemplateColumn.CellTemplate> <DataTemplate> <TextBlock Text="{Binding OccurTime, StringFormat={}{0:yyyy-MM-dd HH:mm:ss}}" FontSize="10" HorizontalAlignment="Center"/> </DataTemplate> 阅读全文
posted @ 2012-08-18 19:04 罗伯特大人 阅读(641) 评论(0) 推荐(0) 编辑