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 |
---|
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 |