Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / EmptyRow Property


In This Topic
    EmptyRow Property
    In This Topic
    Gets or sets how to show the empty week rows in the GcDropDownCalendar. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property EmptyRow As EmptyRow
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As EmptyRow
     
    instance.EmptyRow = value
     
    value = instance.EmptyRow
    public EmptyRow EmptyRow {get; set;}

    Property Value

    The GrapeCity.Windows.InputMan.EmptyRow enumeration value indicates how to show the empty week rows in the GcDropDownCalendar.
    Exceptions
    ExceptionDescription
    Occurs when value set to the EmptyRow property is undefined in the EmptyRow enumeration.
    Remarks
    This property setting only affects the days layout in Month display mode, and the month displayed should be a February which contains 28 days; the trailing days are the empty week rows.
    See Also