[]
Gets or sets the display empty era watermark which is shown when GcDateTime has no focus, and its value can't show as era year.
public string WatermarkDisplayEmptyEra { get; set; }
Public Property WatermarkDisplayEmptyEra As String
Type | Description |
---|---|
string | A string value indicates the display empty era watermark. |
This property must works with DisplayFieldSet property. When it doesn't has a DateEraDisplayField display field, watermark empty era won't be shown. Also when GcDateTime's value is null, it won't shown the watermark.
Type | Condition |
---|---|
ArgumentException | The assigned value is string with invalid char. |