Class SfProgressBar
A customized Xamarin.Forms.View control that displays progress.
Inheritance
System.Object
SfProgressBar
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class SfProgressBar : ProgressBar
Constructors
SfProgressBar()
Initializes a new instance of the SfProgressBar class.
Declaration
public SfProgressBar()
Properties
IsIndeterminate
Gets or sets a value indicating whether the indeterminate state of the View.
Declaration
public bool IsIndeterminate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True, if the view is in indeterminate state, otherwise false. |