ComponentOne Basic Library for WPF and Silverlight
IsItemsHost Property (C1TreeViewLinePanel)


C1.WPF Namespace > C1TreeViewLinePanel 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 C1TreeViewLinePanel
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

C1TreeViewLinePanel Class
C1TreeViewLinePanel Members