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


In This Topic
    HolidayName Property (DayInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property HolidayName As String
    'Usage
     
    Dim instance As DayInfo
    Dim value As String
     
    value = instance.HolidayName
    public string HolidayName {get;}

    Property Value

    The GrapeCity.Windows.InputMan.IHoliday.HolidayName property value of the GrapeCity.Windows.InputMan.IHoliday defined on the Date.
    Remarks

    If no holiday defined on the Date, the HolidayName is a null reference (Nothing in Visual Basic).

    User could customize style and template of the GrapeCity.Windows.InputMan.Primitives.CalendarDayButton to show this HolidayName in the tooltip of the GrapeCity.Windows.InputMan.Primitives.CalendarDayButton.

    See Also