Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimePicker Class / ViewMode Property

In This Topic
    ViewMode Property (C1DateTimePicker)
    In This Topic
    Gets or sets the selection mode.
    Syntax
    'Declaration
     
    
    Public Property ViewMode As DateTimePickerViewMode
    public DateTimePickerViewMode ViewMode {get; set;}
    See Also