[]
Gets or sets how to show the empty week rows in the GcDropDownCalendar. This is a dependency property.
public EmptyRow EmptyRow { get; set; }
Public Property EmptyRow As EmptyRow
Type | Description |
---|---|
EmptyRow | The GrapeCity.Windows.InputMan.EmptyRow enumeration value indicates how to show the empty week rows in the GcDropDownCalendar. |
This property setting only affects the days layout in GrapeCity.Windows.InputMan.CalendarMode.Month display mode, and the month displayed should be a February which contains 28 days; the trailing days are the empty week rows.
Type | Condition |
---|---|
ArgumentException | Occurs when value set to the EmptyRow property is undefined in the EmptyRow enumeration. |