ComponentOne MultiSelect for UWP
C1.Xaml.Input Namespace / C1Tag Class / IsEditable Property

In This Topic
    IsEditable Property (C1Tag)
    In This Topic
    Gets or sets a value that enables or disables editing of the text in text box of the control.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    public bool IsEditable {get; set;}
    See Also