[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.WeekdaysStyle

WeekdaysStyle Class

Declares the style of the weekdays.

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

Constructors

Properties

Name Description
Friday

Gets or sets the style for Friday.

this[DayOfWeek]

Gets the DayOfWeekStyle according to the specified index.

Monday

Gets or sets the style for Monday.

Saturday

Gets or sets the style for Saturday.

Sunday

Gets or sets the style for Sunday.

Thursday

Gets or sets the style for Thursday.

Tuesday

Gets or sets the style for Tuesday.

Wednesday

Gets or sets the style for Wednesday.

Methods

Name Description
Clone()

Creates an exact copy of this WeekdaysStyle object.

DayOfWeekStylePropertySubStylePropertyChanged(object, PropertyChangedEventArgs)

Handles the SubStylePropertyChanged event of the DayOfWeekStyle object.

Dispose()

Releases the resources used by the WeekdaysStyle.

OnDayOfWeekStylePropertyChanged(PropertyChangedEventArgs)

Called when any property of the DayOfWeekStyle object is changed.

OnDayOfWeekStylePropertyChanged(object, PropertyChangedEventArgs)

Handles the PropertyChanged event from the DayOfWeekStyle object.

OnDayOfWeekStyleSubStylePropertyChanged(PropertyChangedEventArgs)

Called when the SubStyle property is changed.

OnPropertyChanged(PropertyChangedEventArgs)

Called when any property of the WeekdaysStyle changed.