Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalendarDayUIState Class
Members


In This Topic
    CalendarDayUIState Class
    In This Topic
    Represents the state of a day in the WinCalendar.
    Syntax
    'Declaration
     
    Public NotInheritable Class CalendarDayUIState 
       Inherits Xceed.UI.UIState
    'Usage
     
    Dim instance As CalendarDayUIState
    public sealed class CalendarDayUIState : Xceed.UI.UIState 
    Remarks

    This class is used to determine the state of the day in the WinCalendar overriding the WinCalendar.OnPaintDay method or handling the WinCalendar.PaintDay event.

    Inheritance Hierarchy

    System.Object
          Xceed.Editors.CalendarDayUIState

    Public Properties
     NameDescription
    Public PropertyGets a boolean value indicated if the day is disabled.  
    Public PropertyGets a boolean value indicated if the mouse is pressed over the day.  
    Public PropertyGets a boolean value indicating if the day is enabled.  
    Public PropertyGets a boolean value indicating if the mouse is hovering over the day (hot).  
    Public PropertyGets a boolean value indicating if the day is idle.  
    Public PropertyGets a boolean value indicating if the day is a preview day.  
    Public PropertyGets a boolean value indicating if the day is visible.  
    Top
    Requirements

    Target Platforms: 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