DateEditRangeSettings Properties
Provides settings that affect the date range functionality in the ASPxDateEdit control.Name | Description |
---|---|
CalendarColumnCount | Gets or sets the number of months displayed in dropdown calendars of the DateEdit editors in date range mode. |
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. |
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. |
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. |
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. |
MaxDayCount | Gets or sets the maximum number of days in a range. |
MaxLength | Specifies the maximum length of the date range. |
MinDayCount | Gets or sets the minimum number of days in a range. |
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. |
MinLength | Specifies the minimum length of the date range. |
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. |
StartDateEditID | Gets or sets the ID of an ASPxDateEdit control that will be used to specify the start date of a range. |
See Also