Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarWeekdayFont Property


In This Topic
    CalendarWeekdayFont Property
    In This Topic
    Gets or sets the text font of the weekday part of the pop-up calendar in the date-time cell.
    Syntax
    'Declaration
     
    
    Public Property CalendarWeekdayFont As Font
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Font
     
    instance.CalendarWeekdayFont = value
     
    value = instance.CalendarWeekdayFont
    public Font CalendarWeekdayFont {get; set;}
    See Also