Gets the collection used to generate the content of this ItemsControlBase.

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

Syntax

C#
[BindableAttribute(true)]
public ItemCollection Items { get; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public ReadOnly Property Items As ItemCollection

See Also