ClassWaitingIndicatorCollection
Class
Represents a collection of WaitingBarIndicatorElement items.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class WaitingIndicatorCollection : ObservableCollection<WaitingBarIndicatorElement>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<WaitingBarIndicatorElement>ObservableCollection<WaitingBarIndicatorElement>WaitingIndicatorCollection
Implements:
Inherited Members
Constructors
WaitingIndicatorCollection()
Initializes a new instance of the WaitingIndicatorCollection class.
Declaration
cs-api-definition
public WaitingIndicatorCollection()
Methods
RemoveItem(int)
Overridden. Removes the item at the specified index of the collection.
Declaration
cs-api-definition
protected override void RemoveItem(int index)
Parameters
index
Overrides