[]
Represents a DayOfWeekStyle class.
[TypeConverter(typeof(DayOfWeekStyleConverter))]
public class DayOfWeekStyle : ICloneable
<TypeConverter(GetType(DayOfWeekStyleConverter))>
Public Class DayOfWeekStyle
Implements ICloneable
Name | Description |
---|---|
DayOfWeekStyle() | Initializes a new instance of the DayOfWeekStyle class. |
DayOfWeekStyle(string, ReflectTitle, SubStyle, WeekFlags) | Initializes a new instance of the DayOfWeekStyle class with the specified initialization properties. |
Name | Description |
---|---|
DayName | Gets or sets the name of the day. |
ReflectToTitle | Gets or sets the ReflectToTitle value. |
SubStyle | Gets or sets the SubStyle value. |
WeekFlags | Gets or sets the WeekFlags value. |
Name | Description |
---|---|
Clone() | Creates an new instance copied from this DayOfWeekStyle object. |
Dispose() | Releases the resources used by the DayOfWeekStyle. |
Equals(object) | Determines whether two object instances are equal. |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
OnPropertyChanged(PropertyChangedEventArgs) | Occurs when the DayOfWeekStyle object is changed. |
OnSubStylePropertyChanged(PropertyChangedEventArgs) | Occurs when the SubStyle object is changed. |
OnSubStylePropertyChanged(object, PropertyChangedEventArgs) | Receives the PropertyChanged event from SubStyle. |