Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / MultiCalendar Class / DisplayDateStart Property


In This Topic
    DisplayDateStart Property
    In This Topic
    Gets of sets the first day available in the MultiCalendar control. If the combination of the properties DisplayDateStart and DisplayDateEnd is not big enough for the property MonthCount, the MonthCount will be modified to fit based on the DisplayDateStart/DisplayDateEnd provided.
    Syntax
    'Declaration
     
    Public Property DisplayDateStart As Date
    'Usage
     
    Dim instance As MultiCalendar
    Dim value As Date
     
    instance.DisplayDateStart = value
     
    value = instance.DisplayDateStart
    public DateTime DisplayDateStart {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, 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