ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItem Class / IsSelectable Property



In This Topic
    IsSelectable Property (C1TabItem)
    In This Topic
    Gets or sets a value indicating whether the user is allowed to select this C1TabItem.
    Syntax
    'Declaration
     
    
    Public Property IsSelectable As Boolean
    'Usage
     
    
    Dim instance As C1TabItem
    Dim value As Boolean
     
    instance.IsSelectable = value
     
    value = instance.IsSelectable
    public bool IsSelectable {get; set;}
    public:
    property bool IsSelectable {
       bool get();
       void set (    bool value);
    }
    See Also