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

In This Topic
    SelectionMode Property (InputDateRange)
    In This Topic
    Gets or sets a value that indicates whether users can select days, months, or no values at all.
    Syntax
    'Declaration
     
    Public Overrides Property SelectionMode As DateSelectionMode
    public override DateSelectionMode SelectionMode {get; set;}
    Remarks
    The value for this property must be 'Range'.
    See Also