DateEditRangeSettingsBuilder Methods
Provides settings that affect the date range functionality in the DateEdit control.Name | Description |
---|---|
CalendarColumnCount(Int32) | Sets the number of months displayed in dropdown calendars of the DateEdit editors in date range mode. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MaxDayCount(Int32) | Sets the maximum number of days in a range. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
MinDayCount(Int32) | Sets the minimum number of days in a range. |
MinErrorText(String) | 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. |
RangeErrorText(String) | Sets the error text to be displayed within the editor’s error frame if the number of selected days exceeds the specified range limits. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
StartDateEditID(String) | Sets the ID of an DateEdit control that will be used to specify the start date of a range. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also