menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfProgressBar - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved