ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property SelectionMode As DateSelectionMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public DateSelectionMode SelectionMode {get; set;}
    See Also