[]
Gets or sets the start display mode for the available display mode range. This is a dependency property.
public CalendarMode StartDisplayMode { get; set; }
Public Property StartDisplayMode As CalendarMode
Type | Description |
---|---|
CalendarMode | The start display mode. |
If you set StartDisplayMode to a value that is greater than the DisplayMode property, DisplayMode is set to StartDisplayMode; If you set StartDisplayMode to a value that is greater than the EndDisplayMode property, DisplayMode and the EndDisplayMode are set to StartDisplayMode.
Type | Condition |
---|---|
ArgumentException | Occurs when value set to the StartDisplayMode property is undefined in the CalendarMode enumeration. |