Xceed Grid for WinForms v4.3 Documentation
WinDatePickerEditFormat Enumeration


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace : WinDatePickerEditFormat Enumeration
Value representing the format that will be used to edit WinDatePicker.Value.
Syntax
'Declaration
 
Public Enum WinDatePickerEditFormat 
   Inherits System.Enum
'Usage
 
Dim instance As WinDatePickerEditFormat
public enum WinDatePickerEditFormat : System.Enum 
Members
MemberDescription
CustomThe WinDatePicker.EditFormatProvider will be used to edit the date.
ShortThe current System.Globalization.DateTimeFormatInfo.ShortDatePattern will be used to edit the date.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Editors.WinDatePickerEditFormat

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

Xceed.Editors Namespace