ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / IsEditable Property



In This Topic
    IsEditable Property (C1ComboBox)
    In This Topic
    Get/Set if the user can select a value not contained in the C1ComboBox' Items collection.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Boolean
     
    instance.IsEditable = value
     
    value = instance.IsEditable
    public bool IsEditable {get; set;}
    public:
    property bool IsEditable {
       bool get();
       void set (    bool value);
    }
    See Also