Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / Adapter Property

In This Topic
    Adapter Property (C1Calendar)
    In This Topic
    Gets or sets the adapter that provides the grid with the slots.
    Syntax
    'Declaration
     
    
    Public Property Adapter As CalendarAdapter
    public CalendarAdapter Adapter {get; set;}
    See Also