ComponentOne TileView for WPF and Silverlight
ItemsPanel Property


C1.WPF.TileView Namespace > C1TileView Class : ItemsPanel Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)>
Public Property ItemsPanel As System.Windows.Controls.ItemsPanelTemplate
'Usage
 
Dim instance As C1TileView
Dim value As System.Windows.Controls.ItemsPanelTemplate
 
instance.ItemsPanel = value
 
value = instance.ItemsPanel
[System.ComponentModel.Bindable(Bindable=false, Direction=BindingDirection.OneWay)]
public System.Windows.Controls.ItemsPanelTemplate ItemsPanel {get; set;}
See Also

Reference

C1TileView Class
C1TileView Members