Current filter:
                                You should refresh the page.
                                We apologize for the inconvenience. Our ordering system and the support center may be offline for a few hours on Sunday, May 19 due to maintenance tasks.
                                0
                                  • Hello, I have one problem I need unchecked in CheckEdit, but in load page my propert get checked == true, my code for example:


                                    <dxe:CheckEdit Name="ceChartSelectionOnly" IsChecked="{Binding ElementName=pivotGrid, Path=ChartSelectionOnly, Mode=TwoWay}" Content="Chart Selection Only" Height="16" Margin="4,4,0,4" TabIndex="4" />





                                Capturar.PNG
                                You must  log in  or  register  to leave comments

                                1 Solution

                                0

                                Thank you for posting the screenshot and providing the sample code.

                                I see that the CheckEdit's IsChecked property is bound to the PivotGrid's ChartSelectionOnly property. So, you can set the PivotGrid's ChartSelectionOnly property to False in your code to make the CheckEdit unchecked.

                                You must  log in  or  register  to leave comments
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.