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

In This Topic
    CustomDateFormat Property (DataGridDateTimeColumn)
    In This Topic
    Gets or sets the format that will be applied to the date picker. This property only applied if EditMode is DataTime or Date.
    Syntax
    'Declaration
     
    
    Public Property CustomDateFormat As String
    public string CustomDateFormat {get; set;}
    See Also