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


In This Topic
    DisplayDateEnd Property
    In This Topic
    Gets of sets the last 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 DisplayDateEnd As Date
    'Usage
     
    Dim instance As MultiCalendar
    Dim value As Date
     
    instance.DisplayDateEnd = value
     
    value = instance.DisplayDateEnd
    public DateTime DisplayDateEnd {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