Gets the collection used to generate the content of this ItemsControlBase.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: 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 |