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


In This Topic
    HolidayBase Class
    In This Topic
    Represents a base class implement the GrapeCity.Windows.InputMan.IHoliday.
    Object Model
    HolidayBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class HolidayBase 
       Implements IHoliday 
    'Usage
     
    Dim instance As HolidayBase
    public abstract class HolidayBase : IHoliday  
    Remarks
    HolidayBase provides the base behavior of holiday, and it also implements the System.ICloneable and System.ComponentModel.INotifyPropertyChanged, which offers the clone operation and property changed notifications.
    Inheritance Hierarchy
    See Also