ComponentOne TileView for WPF and Silverlight
IsItemsHost Property


C1.WPF.TileView Namespace > C1TileViewPanel Class : IsItemsHost Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Behavior")>
Public Property IsItemsHost As System.Boolean
'Usage
 
Dim instance As C1TileViewPanel
Dim value As System.Boolean
 
instance.IsItemsHost = value
 
value = instance.IsItemsHost
[System.ComponentModel.Bindable(Bindable=false, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Behavior")]
public System.bool IsItemsHost {get; set;}
See Also

Reference

C1TileViewPanel Class
C1TileViewPanel Members