Xceed Toolkit for Maui v2.0 Documentation
IsInactive Property (CalendarDayButton)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > CalendarDayButton Class : IsInactive Property
Gets if this CalendarDayButton is inactive.
Syntax
'Declaration
 
Public ReadOnly Property IsInactive As Boolean
'Usage
 
Dim instance As CalendarDayButton
Dim value As Boolean
 
instance.IsInactive = value
 
value = instance.IsInactive
public bool IsInactive {get;}
Remarks
CalendarDayButton can be inactive when it is not part of the current month but is still displayed to fill the available space in the Calendar.
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

CalendarDayButton Class
CalendarDayButton Members