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

In This Topic
    Header Property (C1DropDown)
    In This Topic
    Gets or sets the header.
    Syntax
    'Declaration
     
    
    Public Overridable Property Header As RenderFragment
    public virtual RenderFragment Header {get; set;}
    See Also