ShowTraditionalFirstYear Property
In This Topic
Gets or sets a value indicating whether show the first year by traditional format. This is a dependency property.
Syntax
'Declaration
Public Property ShowTraditionalFirstYear As Boolean
'Usage
Dim instance As DateEraYearDisplayField
Dim value As Boolean
instance.ShowTraditionalFirstYear = value
value = instance.ShowTraditionalFirstYear
public bool ShowTraditionalFirstYear {get; set;}
Property Value
true if show the first year by traditional format; otherwise,
false. The default value is
false.
Example
When current value is the first year of Japanese Era year, it will show corresponding text like "元" at this field.
See Also