MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / IsEditable Property

In This Topic
    IsEditable Property (C1MultiSelect)
    In This Topic
    Gets or sets a value that determines whether the content of the input element should be editable or not.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    public bool IsEditable {get; set;}
    See Also