GrapeCity MultiRow Windows Forms Documentation
CalendarFont Property (DateTimePickerEditingControl)


Gets or sets the font style applied to the calendar.
Syntax
Public Shadows Property CalendarFont As Font
Dim instance As DateTimePickerEditingControl
Dim value As Font
 
instance.CalendarFont = value
 
value = instance.CalendarFont
public new Font CalendarFont {get; set;}

Property Value

A System.Drawing.Font that represents the font style applied to the calendar.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateTimePickerEditingControl Class
DateTimePickerEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.