ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Calendar Class / SelectionMode Property

In This Topic
    SelectionMode Property (Calendar)
    In This Topic
    Gets or sets a value that indicates whether users can select days, months, or no values at all.
    Syntax
    'Declaration
     
    Public Property SelectionMode As DateSelectionMode
    public DateSelectionMode SelectionMode {get; set;}
    See Also