Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / CalendarSettings Class
Properties Events


In This Topic
    CalendarSettings Class Members
    In This Topic

    The following tables list the members exposed by CalendarSettings.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the array of System.DateTime objects that determines which annual days are displayed in bold.  
    Public PropertyGets or sets the array of System.DateTime objects that determines which nonrecurring dates are displayed in bold.  
    Public PropertyGets or sets a value that indicates how many months will be shown.  
    Public PropertyCalendar, used to format date.  
    Public PropertyGets or sets a value that specifies which rule is used to determine the first calendar week of the year.  
    Public PropertyGets or sets the format to use for the calendar caption.  
    Public PropertyGets or sets the text of the "Clear" button.  
    Public PropertyGets or sets the current month display offset.  
    Public PropertyGets or sets the maximum length of day names.  
    Public PropertyGets or sets the C1.CalendarView.Position value indicating where calendar control displays the day title.  
    Public PropertyGets or sets the default selected date.  
    Public PropertyGets or sets the array of System.DateTime objects that determines which dates are disabled.  
    Public PropertyGets or sets the first day of the week as displayed in the month calendar.  
    Public PropertyGets or sets the maximum columns for the CalendarDimensions property.  
    Public PropertyGets or sets the maximum allowable date.  
    Public PropertyGets or sets the minimum allowable date. The default value is DateTime.MinValue (01/01/0001).  
    Public PropertyGets or sets the C1.CalendarView.Position value indicating where calendar control displays the month title.  
    Public PropertyGets or sets a value that specifies how to get a date period. Default value is C1.CalendarView.SelectionType.Field.  
    Public PropertyGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.  
    Public PropertyGets or sets a value indicating whether the control is laid out from right to left.  
    Public PropertyDetermines if the Clear button of the dropdown calendar is visible.  
    Public PropertyGets or sets a value indicating whether the DefaultSelectedDate day should always be selected when opening the drop-down calendar.  
    Public PropertyGets or sets a value indicating whether the date represented by the TodayDate property is displayed at the bottom of the control.  
    Public PropertyGets or sets whether the C1.Win.Calendar.C1DateEdit should display tooltips.  
    Public PropertyGets or sets a value indicating whether the month calendar control displays week numbers (1-52) to the left of each row of days.  
    Public PropertyUpdates the Value each time the selection is changed.  
    Public PropertyGets or sets a value indicating whether current month and year can be changed by clicking on the title of the calendar.  
    Public PropertyGets or sets the text format of the "Today" button. Use curly braces to define the date format.  
    Public PropertyGets or sets the System.Boolean value indicating whether positioned vertically of the month  
    Public PropertyGets or sets the C1.CalendarView.WorkDays object which specifies weekends for the single week.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes.  
    Top
    See Also