Xceed Toolkit Plus for WPF v4.6 Documentation
HideInactiveDates Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > MultiCalendar Class : HideInactiveDates Property
Gets of sets if the inactive dates will be displayed at beginning and end of each calendar in the MultiCalendar control. Default is true.
Syntax
'Declaration
 
Public Property HideInactiveDates As Boolean
'Usage
 
Dim instance As MultiCalendar
Dim value As Boolean
 
instance.HideInactiveDates = value
 
value = instance.HideInactiveDates
public bool HideInactiveDates {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

Reference

MultiCalendar Class
MultiCalendar Members