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


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > CalendarButton Class : IsInactive Property
Gets if the CalendarButton is inactive.
Syntax
'Declaration
 
Public ReadOnly Property IsInactive As Boolean
'Usage
 
Dim instance As CalendarButton
Dim value As Boolean
 
instance.IsInactive = value
 
value = instance.IsInactive
public bool IsInactive {get;}
Remarks
CalendarButton can be inactive when the CalendarMode is set to Decade & said CalendarButton represents a year that is not inside of the selected decade but is still being 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

CalendarButton Class
CalendarButton Members