Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinDatePicker Class / WinDatePicker Constructor / WinDatePicker Constructor(EnhancedBorderStyle)
An EnhancedBorderStyle value representing the border style of the WinDatePicker.


In This Topic
    WinDatePicker Constructor(EnhancedBorderStyle)
    In This Topic
    Initializes a new instance of the WinDatePicker class specifying its borders.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal borderStyle As EnhancedBorderStyle _
    )
    'Usage
     
    Dim borderStyle As EnhancedBorderStyle
     
    Dim instance As New WinDatePicker(borderStyle)
    public WinDatePicker( 
       EnhancedBorderStyle borderStyle
    )

    Parameters

    borderStyle
    An EnhancedBorderStyle value representing the border style of the WinDatePicker.
    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