Table of Contents

Enum OpenTo

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates the initial view of a date or time picker component.

public enum OpenTo
Extension Methods

Fields

Date = 1

The day picker is displayed.

Hours = 4

The hours picker is displayed.

Minutes = 5

The minutes picker is displayed.

Month = 3

The month picker is displayed.

None = 0

No default view.

Year = 2

The year picker is displayed.