ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / C1Calendar Class / SelectionMode Property

In This Topic
    SelectionMode Property
    In This Topic
    Gets or sets the date selection mode on the calendar control that specifies whether the user can select a single day, a week, or an entire month.
    Syntax
    'Declaration
     
    Public Property SelectionMode As SelectionSettings
    public SelectionSettings SelectionMode {get; set;}
    See Also