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


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

    Property Value

    The name of the holiday.
    See Also