Could i bind IsIndeterminate to property

Hi,

Here is my example:
<Syncfusion:SfCircularProgressBar x:Name="MarqueeProgressBar" Progress="{Binding Path=Current}" IsIndeterminate="{Binding Path=IsIndeterminateState}" Height="270" Width="270" Minimum="0" Maximum="100" >
                            <Syncfusion:SfCircularProgressBar.ProgressContent>
                                <StackPanel Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Top">
                                    <TextBlock x:Name="lblProcessing" Text="{Binding Path=Message}" FontSize="14" TextAlignment="Center" TextWrapping="WrapWithOverflow" MinHeight="23" MaxHeight="190" MaxWidth="190"/>
                                    <TextBlock Text="{Binding Progress,StringFormat={}{0}%}" FontSize="14" TextAlignment="Center" DataContext ="{x:Reference MarqueeProgressBar}" Margin="5"/>
                                </StackPanel>
                            </Syncfusion:SfCircularProgressBar.ProgressContent>
                        </Syncfusion:SfCircularProgressBar>

When i run application it trows following error:
"A 'Binding' cannot be set on the 'IsIndeterminate' property of type 'SfCircularProgressBar'. A 'Binding' can only be set on a DependencyProperty of a DependencyObject.".

Is there a way to bind this to a property?

Best regards,

2 Replies

DS Devaraj Sekar Syncfusion Team September 16, 2020 08:02 AM UTC

Hi Igor,  
Thank you for contacting Syncfusion support.  
We were able to reproduce the reported issue with “Could not able to bind IsIndeterminant property” and will update you further validation details on 18th September 2020.  
Regards,
Devaraj S 
 



DS Devaraj Sekar Syncfusion Team September 21, 2020 02:40 PM UTC

Hi Igor, 
Thank you for the patience. 
We confirmed that the issue with “Could not able to bind IsIndeterminant property” is a defect and we have logged a defect report. The fix for this issue will be included in our Essential Studio volume 3 main release, which is estimated to be available on 29th September 2020 tentatively. 
Regards, 
Devaraj S 


Loader.
Up arrow icon