Back to Devexpress

DateEditRangeSettings.ErrorTextDaysPlaceholder Property

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

latest2.4 KB
Original Source

DateEditRangeSettings.ErrorTextDaysPlaceholder Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
String"days"

A string value that specifies the text.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ErrorTextDaysPlaceholder
ASPxDateEdit

.DateRangeSettings .ErrorTextDaysPlaceholder

| | DateEditProperties |

.DateRangeSettings .ErrorTextDaysPlaceholder

|

Remarks

Use the ErrorTextDaysPlaceholder property to specify the text that will be displayed instead of the word ‘days’ 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 ErrorTextDaysPlaceholder property is in effect if the ASPxCalendar.PickerType/ASPxDateEdit.PickerType property is set to ‘Days’.

See Also

DateEditRangeSettings Class

DateEditRangeSettings Members

DevExpress.Web Namespace