Skip to content

DateYearEditorAttribute.MinYear property

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

public string? MinYear { get; set; }

Property Value

The minimum year.

See Also