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


In This Topic
    ShowTrailing Property
    In This Topic
    Gets or sets a value indicating whether the trailing days could be shown or not. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property ShowTrailing As Boolean
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As Boolean
     
    instance.ShowTrailing = value
     
    value = instance.ShowTrailing
    public bool ShowTrailing {get; set;}

    Property Value

    true show trailing days; otherwise, false.
    See Also