Back to Devexpress

DateEditRangeSettings.ErrorTextYearsPlaceholder Property

aspnet-devexpress-dot-web-dot-dateeditrangesettings-b0eeb74b.md

latest2.4 KB
Original Source

DateEditRangeSettings.ErrorTextYearsPlaceholder Property

Gets or sets a value that specifies the text that will be displayed instead of the word ‘years’ in the editor’s error text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("years")]
public string ErrorTextYearsPlaceholder { get; set; }
vb
<DefaultValue("years")>
Public Property ErrorTextYearsPlaceholder As String

Property Value

TypeDefaultDescription
String"years"

A string value that specifies the text.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ErrorTextYearsPlaceholder
ASPxDateEdit

.DateRangeSettings .ErrorTextYearsPlaceholder

| | DateEditProperties |

.DateRangeSettings .ErrorTextYearsPlaceholder

|

Remarks

Use the ErrorTextYearsPlaceholder property to specify the text that will be displayed instead of the word ‘years’ in the editor’s error texts: DateEditRangeSettings.MinErrorText, DateRangeAttribute.MinErrorText.

Default templates are:

  • “The date range must be greater than or equal to {0} {1}.”

  • “The date range must be from {0} to {1} {2}”. ({2} represents days/month/years/decades)

Note

The ErrorTextYearsPlaceholder property is in effect if the ASPxCalendar.PickerType/ASPxDateEdit.PickerType property is set to ‘Years’.

See Also

DateEditRangeSettings Class

DateEditRangeSettings Members

DevExpress.Web Namespace