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

In This Topic
    EditMode Property (DataGridDateTimeColumn)
    In This Topic
    Gets or sets the DataGridDateTimeColumnEditMode value determining column representation. The default value is DataGridDateTimeColumnEditMode.DateTime.
    Syntax
    'Declaration
     
    
    Public Property EditMode As DataGridDateTimeColumnEditMode
    public DataGridDateTimeColumnEditMode EditMode {get; set;}
    Remarks
    If Format property value has not been changed by external code, it is set according to the EditMode property value:
    EditMode Format
    DataGridDateTimeColumnEditMode.DateTime g
    DataGridDateTimeColumnEditMode.Date d
    DataGridDateTimeColumnEditMode.Time t
    See Also