ComponentOne Basic Library for WPF and Silverlight
State Property (C1ListViewerItem)


C1.Silverlight Namespace > C1ListViewerItem Class : State Property
Gets or sets the state of the item, which can be Preview or Full.
Syntax
'Declaration
 
Public Property State As C1ListBoxItemState
'Usage
 
Dim instance As C1ListViewerItem
Dim value As C1ListBoxItemState
 
instance.State = value
 
value = instance.State
public C1ListBoxItemState State {get; set;}
See Also

Reference

C1ListViewerItem Class
C1ListViewerItem Members