[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumber.WeekNumberInfo

WeekNumberInfo Property

WeekNumberInfo

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

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

The GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo which this WeekNumber presented.

Remarks

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

WeekNumberInfo PropertyDescription
GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.NumberThe week index number of GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.
GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.TextThe formatted string value that the GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo should be presented according to current culture.