ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListBoxItem Class / IsSelected Property

In This Topic
    IsSelected Property (C1ListBoxItem)
    In This Topic
    Specifies whether item is selected.
    Syntax
    'Declaration
     
    Public Property IsSelected As System.Boolean
    public System.bool IsSelected {get; set;}
    See Also