OutlookBar for WPF and Silverlight
C1.WPF.OutlookBar Namespace / C1OutlookItem Class / IsSelected Property

In This Topic
    IsSelected Property (C1OutlookItem)
    In This Topic
    Gets or sets whether the item is selected.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also