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


In This Topic
    FormatTitleButtonTextEventArgs Class
    In This Topic
    Provides information about the text to be painted in the WinCalendar control's WinCalendar.MonthHeader's MonthHeader.TitleButton.
    Syntax
    'Declaration
     
    Public Class FormatTitleButtonTextEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As FormatTitleButtonTextEventArgs
    public class FormatTitleButtonTextEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Editors.FormatTitleButtonTextEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FormatTitleButtonTextEventArgs class specifying the date and text to paint in the MonthHeader.TitleButton.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the date from which the information to paint in the MonthHeader.TitleButton is retrieved.  
    Public PropertyGets or sets the text to paint in the MonthHeader.TitleButton.  
    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