RadControls for WPF

Represents an ordered and observable collection of UIElements.

Namespace: Telerik.Windows.Controls.Carousel
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public class ObservableUIElementCollection : UIElementCollection, 
	INotifyCollectionChanged
Visual Basic
Public Class ObservableUIElementCollection _
	Inherits UIElementCollection _
	Implements INotifyCollectionChanged

Inheritance Hierarchy

System..::..Object
  System.Windows.Controls..::..UIElementCollection
    Telerik.Windows.Controls.Carousel..::..ObservableUIElementCollection

See Also