[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.WeekTitleInfo

WeekTitleInfo Property

WeekTitleInfo

Gets the GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo which contains the advanced information of the WeekTitle represents. This is a dependency property.

Declaration
public WeekTitleInfo WeekTitleInfo { get; }
Public ReadOnly Property WeekTitleInfo As WeekTitleInfo
Property Value
Type Description
WeekTitleInfo

The GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo which this WeekTitle presented.

Remarks

The GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo contains the following information:

WeekTitleInfo PropertyDescription
GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo.DayOfWeekThe DayOfWeek enumeration value of GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo represents.
GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo.TextThe string value which is culture-specific abbreviated name of the GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo.DayOfWeek.