[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EmptyRow

EmptyRow Property

EmptyRow

Gets or sets how to show the empty week rows in the GcDropDownCalendar. This is a dependency property.

Declaration
public EmptyRow EmptyRow { get; set; }
Public Property EmptyRow As EmptyRow
Property Value
Type Description
EmptyRow

The GrapeCity.Windows.InputMan.EmptyRow enumeration value indicates how to show the empty week rows in the GcDropDownCalendar.

Remarks

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.

Exceptions
Type Condition
ArgumentException

Occurs when value set to the EmptyRow property is undefined in the EmptyRow enumeration.