ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBoxItem Class / IsSelected Property



In This Topic
    IsSelected Property (C1ComboBoxItem)
    In This Topic
    Gets or sets a Boolean value indicating that this C1ComboBoxItem is selected.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    'Usage
     
    
    Dim instance As C1ComboBoxItem
    Dim value As Boolean
     
    instance.IsSelected = value
     
    value = instance.IsSelected
    public bool IsSelected {get; set;}
    public:
    property bool IsSelected {
       bool get();
       void set (    bool value);
    }
    See Also