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

In This Topic
    ChildContent Property (C1TimeEditor)
    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