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


In This Topic
    PaintDayEventArgs Class
    In This Topic
    Provides information on the day that is about to be painted.
    Syntax
    'Declaration
     
    Public Class PaintDayEventArgs 
       Inherits System.Windows.Forms.PaintEventArgs
    'Usage
     
    Dim instance As PaintDayEventArgs
    public class PaintDayEventArgs : System.Windows.Forms.PaintEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Windows.Forms.PaintEventArgs
             Xceed.Editors.PaintDayEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PaintDayEventArgs class.  
    Top
    Public Fields
     NameDescription
    Public FieldThe style with which a day in the WinCalendar is painted.  
    Public FieldA System.DateTime value representing the date of the day being painted.  
    Top
    Public Properties
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Windows.Forms.PaintEventArgs)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.Forms.PaintEventArgs)
    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