MVCxDateEditRangeSettings Properties
The date range settings.| Name | Description |
|---|---|
| ErrorTextDaysPlaceholder | Gets or sets a value that specifies the text that will be displayed instead of the word ‘days’ in the editor’s error text. Inherited from DateEditRangeSettings. |
| ErrorTextDecadesPlaceholder | Gets or sets a value that specifies the text that will be displayed instead of the word ‘decades’ in the editor’s error text. Inherited from DateEditRangeSettings. |
| ErrorTextMonthsPlaceholder | Gets or sets a value that specifies the text that will be displayed instead of the word ‘months’ in the editor’s error text. Inherited from DateEditRangeSettings. |
| ErrorTextYearsPlaceholder | Gets or sets a value that specifies the text that will be displayed instead of the word ‘years’ in the editor’s error text. Inherited from DateEditRangeSettings. |
| MaxDayCount | Gets or sets the maximum number of days in a range. Inherited from DateEditRangeSettings. |
| MaxLength | Specifies the maximum length of the date range. Inherited from DateEditRangeSettings. |
| MinDayCount | Gets or sets the minimum number of days in a range. Inherited from DateEditRangeSettings. |
| MinErrorText | Gets or sets the error text to be displayed within the editor’s error frame if the number of selected days is less then the specified minimum value. Inherited from DateEditRangeSettings. |
| MinLength | Specifies the minimum length of the date range. Inherited from DateEditRangeSettings. |
| RangeErrorText | Gets or sets the error text to be displayed within the editor’s error frame if the number of selected days exceeds the specified range limits. Inherited from DateEditRangeSettings. |
| StartDateEditID | Gets or sets the ID of an ASPxDateEdit control that will be used to specify the start date of a range. Inherited from DateEditRangeSettings. |
See Also