ListBoxEdit

<dxe:ListBoxEdit ShowBorder="False" SelectedIndex="0" x:Name="lbView" VerticalAlignment="Center" >
                    <dxe:ListBoxEditItem Name="rdoWeek" Content="Week" Selected="rdoWeek_Selected"/>
                    <dxe:ListBoxEditItem Name="rdoMonth" Content="Month" Selected="rdoMonth_Selected" />
                    
                    <dxe:ListBoxEdit.StyleSettings>
                        <dxe:RadioListBoxEditStyleSettings />
                    </dxe:ListBoxEdit.StyleSettings>
                    
                    <dxe:ListBoxEdit.ItemsPanel>
                        <ItemsPanelTemplate>
                            <StackPanel Orientation="Horizontal" />
                        </ItemsPanelTemplate>
                    </dxe:ListBoxEdit.ItemsPanel>
                    
                </dxe:ListBoxEdit>

 

 

 

posted @ 2014-01-23 19:19  quietwalk  阅读(1279)  评论(0编辑  收藏  举报