[]
Gets the GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo which contains the advanced information of the WeekNumber represents. This is a dependency property.
public WeekNumberInfo WeekNumberInfo { get; }
Public ReadOnly Property WeekNumberInfo As WeekNumberInfo
Type | Description |
---|---|
WeekNumberInfo | The GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo which this WeekNumber presented. |
The GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo contains the following information:
WeekNumberInfo Property | Description |
---|---|
GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.Number | The week index number of GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo. |
GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.Text | The formatted string value that the GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo should be presented according to current culture. |