Spread Windows Forms 12.0 Product Documentation
DayName Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekStyle Class : DayName Property
Gets or sets the name of the day.
Syntax
'Declaration
 
Public Property DayName As String
'Usage
 
Dim instance As DayOfWeekStyle
Dim value As String
 
instance.DayName = value
 
value = instance.DayName
public string DayName {get; set;}

Property Value

The System.String value that indicates the name of the day.
See Also

Reference

DayOfWeekStyle Class
DayOfWeekStyle Members