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 |