Skip to main content
Tab

DateEditRangeSettings Members

Provides settings that affect the date range functionality in the ASPxDateEdit control.

Constructors

Name Description
DateEditRangeSettings(IPropertiesOwner) Initializes a new instance of the DateEditRangeSettings class with the specified owner.

Properties

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.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also