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

In This Topic
    ChildContent Property (C1DropDown)
    In This Topic
    Gets or sets the content of the drop-down.
    Syntax
    'Declaration
     
    
    Public Overridable Property ChildContent As RenderFragment
    public virtual RenderFragment ChildContent {get; set;}
    See Also