Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ForceDayOfWeekHoliday Class / HolidayName Property


In This Topic
    HolidayName Property (ForceDayOfWeekHoliday)
    In This Topic
    Gets or sets the name of the weekday holiday.
    Syntax
    'Declaration
     
    Public Overrides Property HolidayName As String
    'Usage
     
    Dim instance As ForceDayOfWeekHoliday
    Dim value As String
     
    instance.HolidayName = value
     
    value = instance.HolidayName
    public override string HolidayName {get; set;}

    Property Value

    The name of the weekday holiday.
    See Also