ComponentOne DataGrid for WPF and Silverlight
Format Property (DataGridDateTimeColumn)

C1.WPF.DataGrid Namespace > DataGridDateTimeColumn Class : Format Property
Gets or sets the format of the content.
Syntax
'Declaration
 
Public Overrides Property Format As System.String
public override System.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

Reference

DataGridDateTimeColumn Class
DataGridDateTimeColumn Members