Gets or sets a collection of items used to generate the content of this ItemsControlBase. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public IEnumerable ItemsSource { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ItemsSource As IEnumerable

See Also