ComponentOne TileView for WPF and Silverlight
Items Property


C1.WPF.TileView Namespace > C1TileView Class : Items Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<CustomCategoryAttribute("Content")>
Public ReadOnly Property Items As System.Windows.Controls.ItemCollection
'Usage
 
Dim instance As C1TileView
Dim value As System.Windows.Controls.ItemCollection
 
value = instance.Items
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[CustomCategory("Content")]
public System.Windows.Controls.ItemCollection Items {get;}
See Also

Reference

C1TileView Class
C1TileView Members