Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / CalendarDayButton Class / IsToday Property


In This Topic
    IsToday Property
    In This Topic
    Gets if the CalendarDayButton corresponds to Today's date.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsToday As Boolean
    'Usage
     
    
    Dim instance As CalendarDayButton
    Dim value As Boolean
     
    instance.IsToday = value
     
    value = instance.IsToday
    public bool IsToday {get;}
    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