Xceed Grid for WinForms v4.3 Documentation
DateEditor Constructor(WinDatePicker)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > DateEditor Class > DateEditor Constructor : DateEditor Constructor(WinDatePicker)
The WinDatePicker to use as a template.
Initializes a new instance of the DateEditor class specifying the WinDatePicker control that will be used as a template.
Syntax
'Declaration
 
Public Function New( _
   ByVal template As WinDatePicker _
)
'Usage
 
Dim template As WinDatePicker
 
Dim instance As New DateEditor(template)
public DateEditor( 
   WinDatePicker template
)

Parameters

template
The WinDatePicker to use as a template.
Remarks

In the case where Xceed.Grid.CreateControlMode is set to Xceed.Grid.CreateControlMode.SingleInstance (default), the template will be used directly. If CreateControlMode is set to ClonedInstance, the CreateControl method will be called to clone the template when needed.

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

Reference

DateEditor Class
DateEditor Members
Overload List