DateYearEditorAttribute.MaxYear property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the maximum year. It can be written as an integer value, or +50, -20 etc. corresponding to current year plus or minus years.

public string MaxYear { get; set; }

Property Value

The maximum year.

See Also