Xceed Chart for WinForms v4.4 Documentation
DataGridDateTimeFormat Enumeration


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace : DataGridDateTimeFormat Enumeration
Defines the format of the date time column style.
Syntax
'Declaration
 
Public Enum DataGridDateTimeFormat 
   Inherits System.Enum
'Usage
 
Dim instance As DataGridDateTimeFormat
public enum DataGridDateTimeFormat : System.Enum 
Members
MemberDescription
CustomDateTimeDate time format is defined by the user
DateShort date (based on default locale date time format)
DateTimeThe date time is formatted with the default locale date time format
LongDateLong date (based on default locale date time format)
TimeTime is formatted based on default locale date time format
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.UIControls.DataGridDateTimeFormat

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.Chart.UIControls Namespace