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

In This Topic
    CustomTimeFormat Property (DataGridDateTimeColumn)
    In This Topic
    Gets or sets the format that will be applied to the time editor.
    Syntax
    'Declaration
     
    
    Public Property CustomTimeFormat As String
    public string CustomTimeFormat {get; set;}
    See Also