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