Gets or sets the object collection to be managed.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

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

See Also