Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1DropDown Class / IsEditable Property

In This Topic
    IsEditable Property (C1DropDown)
    In This Topic
    Gets or sets whether it is editable.
    Syntax
    'Declaration
     
    
    Public Overridable Property IsEditable As Boolean
    public virtual bool IsEditable {get; set;}
    Remarks
    When this property is true, the EditableHeader will be used. If the drop-down is full-screen, the editor will be shown in the popup, otherwise it will be shown inline and will replace Header.
    See Also