Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1TimeEditor Class / IsEditable Property

In This Topic
    IsEditable Property (C1TimeEditor)
    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 C1.Blazor.Input.C1DropDown.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 C1.Blazor.Input.C1DropDown.Header.
    See Also