WPF

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

    Show / Hide Table of Contents

    Class ProgressRing

    The control which will be displayed to indicate the control is in busy state while loading data or doing some operations like Filtering, Grouping, Sorting.

    Inheritance
    System.Object
    ProgressRing
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.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 Description
    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved