码迷,mamicode.com
首页 > 其他好文 > 详细

WFP中 RadGridView 的双击事件

时间:2014-11-28 17:54:24      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:style   ar   sp   bs   ad   tt   nbsp   res   type   

 <telerik:RadGridView.Resources>
                <Style x:Key="{x:Type telerik:GridViewRow}" TargetType="{x:Type telerik:GridViewRow}">
                    <EventSetter Event="MouseDoubleClick" Handler="MsgFlightList_MouseDoubleClick"/>
                </Style>

               <Style x:Key="StyleColumns" TargetType="{x:Type telerik:GridViewDataColumn}">
                    <Setter Property="HeaderTextAlignment" Value="Center" />
                    <Setter Property="TextAlignment" Value="Center" />
                </Style>
</telerik:RadGridView.Resources>

WFP中 RadGridView 的双击事件

标签:style   ar   sp   bs   ad   tt   nbsp   res   type   

原文地址:http://www.cnblogs.com/verna/p/4128928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!