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