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

    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