menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressRing - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressRing

    This is a control which will be displayed to indicates Spreadsheet control is busy in doing some processing (For example, loading a workbook).

    Inheritance
    System.Object
    ProgressRing
    Namespace: Syncfusion.UI.Xaml.Spreadsheet
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class ProgressRing : Control

    Constructors

    ProgressRing()

    Declaration
    public ProgressRing()

    Fields

    TextProperty

    Identifies the TextProperty dependency property

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Text

    Gets or sets the text to be displayed in the ProgressRing

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved