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


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

    Property Value

    true if the IHoliday is yearly; otherwise, false.
    See Also