[]
Gets or sets the calendar year to show fiscal year or normal year. This is a dependency property.
public CalendarYear CalendarYear { get; set; }
Public Property CalendarYear As CalendarYear
Type | Description |
---|---|
CalendarYear | The calendar year. The default is GrapeCity.Windows.InputMan.CalendarYear.Normal |
Type | Condition |
---|---|
ArgumentException | Occurs when value set to the CalendarYear property is undefined in the GrapeCity.Windows.InputMan.CalendarYear enumeration. |