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 System.String
public System.string CustomDateFormat {get; set;}
See Also