Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekStyle Class / DayName Property


In This Topic
    DayName Property
    In This Topic
    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