[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.WatermarkDisplayEmptyEra

WatermarkDisplayEmptyEra Property

WatermarkDisplayEmptyEra

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.

Declaration
public string WatermarkDisplayEmptyEra { get; set; }
Public Property WatermarkDisplayEmptyEra As String
Property Value
Type Description
string

A string value indicates the display empty era watermark.

Remarks

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.

Exceptions
Type Condition
ArgumentException

The assigned value is string with invalid char.