Interface IItemsControl
This interface should be implemented by controls that can be used to present a collection of items.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IItemsControl
Properties
ItemsSource
Gets or sets a collection used to generate the content of the control.
Declaration
IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
|
Visibility
Gets or sets the user interface (UI) visibility of the element.
Declaration
Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
|