[]
Represents holiday styles.
[TypeConverter(typeof(HolidayStyleConverter))]
public class HolidayStyle : ICloneable
<TypeConverter(GetType(HolidayStyleConverter))>
Public Class HolidayStyle
Implements ICloneable
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. |
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. |
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. |