[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayStyle

HolidayStyle Class

Represents holiday styles.

Inheritance
HolidayStyle
Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(HolidayStyleConverter))]
public class HolidayStyle : ICloneable
<TypeConverter(GetType(HolidayStyleConverter))>
Public Class HolidayStyle
    Implements ICloneable

Constructors

Name Description
HolidayStyle()

Initializes a new instance of the HolidayStyle class.

HolidayStyle(string)

Initializes a new instance of the HolidayStyle class with the specified name.

HolidayStyle(string, HolidayCollection, SubStyle)

Initializes a new instance of the HolidayStyle class with the specified initialization properties.

Properties

Name Description
Holidays

Gets or sets the holidays.

Name

Gets or sets the name of the HolidayStyle.

SubStyle

Gets or sets the sub-style of the HolidayStyle.

Methods

Name Description
Clone()

Creates an exact copy of this HolidayStyle object.

Dispose()

Releases the resources used by the HolidayStyle.

OnHolidaysCollectionChanged(CollectionChangeEventArgs)

Called when the HolidayCollection has changed.

OnPropertyChanged(PropertyChangedEventArgs)

Occurs when the HolidayStyle object has changed.

OnSubStylePropertyChanged(PropertyChangedEventArgs)

Occurs when the SubStyle object has changed.