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


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

    Property Value

    The name of the holiday.
    See Also