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


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

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

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PaintWeekDayNameEventArgs class.  
    Top
    Public Fields
     NameDescription
    Public FieldA System.String representing the name of the weekday being painted.  
    Public FieldThe style with which a weekday name is 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