Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / DateCalendar Property

In This Topic
    DateCalendar Property
    In This Topic
    Gets or sets the calendar which shall be displayed for the current date picker content control, if a user interface is present for the content control. This property has effect only for content controls with type ContentControlType.Date.
    Syntax
    'Declaration
     
    Public Property DateCalendar As CalendarType
    public CalendarType DateCalendar {get; set;}
    See Also