Spread Windows Forms 12.0 Product Documentation
ShowWeekNumber Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : ShowWeekNumber Property
Gets or sets a value that indicates whether to show the week number.
Syntax
'Declaration
 
Public Property ShowWeekNumber As Boolean
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Boolean
 
instance.ShowWeekNumber = value
 
value = instance.ShowWeekNumber
public bool ShowWeekNumber {get; set;}

Property Value

A bool value that indicates whether to show the week number. The default is false.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members