ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridDateTimeColumn Class
Members

In This Topic
    DataGridDateTimeColumn Class
    In This Topic
    Represent a DataGridColumn which is bound to a data property representing System.DateTime or Nullable values.
    Object Model
    DataGridDateTimeColumn Class
    Syntax
    'Declaration
     
    
    <StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridCellPresenter)>
    Public Class DataGridDateTimeColumn 
       Inherits DataGridBoundColumn
    [StyleTypedProperty(Property="CellStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridCellPresenter)]
    public class DataGridDateTimeColumn : DataGridBoundColumn 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          C1.Silverlight.DataGrid.DataGridColumn
             C1.Silverlight.DataGrid.DataGridBoundColumn
                C1.Silverlight.DataGrid.DataGridDateTimeColumn

    See Also