[]
Gets or sets dimensions of the drop-down calendar.
[Browsable(true)]
public Size CalendarDimensions { get; set; }
<Browsable(True)>
Public Property CalendarDimensions As Size
| Type | Description |
|---|---|
| Size | A Size with the number of columns and rows to use to display the calendar.
|
Only one calendar year is displayed at a time, and the maximum number of months that can be displayed is 12. Valid combinations of columns and rows have a maximum product of 12; values greater than 12 are not allowed.
| Type | Condition |
|---|---|
| ArgumentException | The value is not valid. |