Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridDateTimeColumnStyle Class
Members


In This Topic
    NDataGridDateTimeColumnStyle Class
    In This Topic
    Column style, which can be used for the visual editing of date time values represented by Ole Automation dates (double values)
    Object Model
    NDataGridDateTimeColumnStyle Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DesignTimeVisibleAttribute(False)>
    <System.ComponentModel.DefaultPropertyAttribute("Header")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NDataGridDateTimeColumnStyle 
       Inherits NDataGridTextControlColumnStyleBase
    'Usage
     
    
    Dim instance As NDataGridDateTimeColumnStyle
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.DesignTimeVisible(false)]
    [System.ComponentModel.DefaultProperty("Header")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NDataGridDateTimeColumnStyle : NDataGridTextControlColumnStyleBase 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.DataGridColumnStyle
                System.Windows.Forms.DataGridTextBoxColumn
                   Nevron.UI.WinForm.Controls.NDataGridTextControlColumnStyleBase
                      Nevron.UI.WinForm.Controls.NDataGridDateTimeColumnStyle

    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