Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Holiday Class / IsYearly Property


In This Topic
    IsYearly Property (Holiday)
    In This Topic
    Gets a value indicating whether the holiday implementation is yearly.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsYearly As Boolean
    'Usage
     
    Dim instance As Holiday
    Dim value As Boolean
     
    value = instance.IsYearly
    public override bool IsYearly {get;}

    Property Value

    true if the IHoliday is yearly; otherwise, false.
    Remarks
    This is a yearly holiday, this property is always true.
    See Also