MVCxDateEditRangeSettings Members
The date range settings.Constructors
Name | Description |
---|---|
MVCxDateEditRangeSettings(IPropertiesOwner) | Initializes a new instance of the MVCxDateEditRangeSettings class with the specified owner. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from DateEditRangeSettings. |
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