SourceNullValue property
Gets or sets the value to be stored in the data source if the control value is null or empty.
Syntax
public DateTime? SourceNullValue { get; set; }
Property Value
Type: System.Nullable<System.DateTime>
Default value: false
WatermarkFormat
Gets or sets a watermark text to show on the control when empty.
Syntax
public string WatermarkFormat { get; set; }
Property Value
Type: System.String