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

In This Topic
    Format Property (DataGridDateTimeColumn)
    In This Topic
    Gets or sets the format of the content.
    Syntax
    'Declaration
     
    
    Public Overrides Property Format As String
    public override string Format {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