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


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

    Property Value

    The GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the Date.
    Remarks

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

    User could customize style and template of the GrapeCity.Windows.InputMan.Primitives.CalendarDayButton to apply different visual effects for different holiday settings.

    See Also