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

In This Topic
    SelectionMode Property (C1Calendar)
    In This Topic
    Gets or sets the selection behavior for the calendar.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As C1SelectionMode
    public C1SelectionMode SelectionMode {get; set;}
    See Also