[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekStyle

DayOfWeekStyle Class

Represents a DayOfWeekStyle class.

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

Constructors

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.

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.

Methods

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.