DxCalendar<T> Members
A monthly calendar that supports multiple date selection.Constructors
Name | Description |
---|---|
DxCalendar() | Initializes a new instance of the DxCalendar<T> class. |
Properties
Name | Description |
---|---|
CssClass | Assign a CSS class to the editor. Inherited from DxDataEditor<T>. |
DayCellTemplate | Specifies the template used to display day cells. |
Enabled | Specifies whether an editor is enabled. Inherited from DxDataEditor<T>. |
EnableMultiSelect | Specifies whether multiple dates can be selected in the calendar. |
FirstDayOfWeek | Specifies the first day of a week in the calendar. |
HeaderCssClass | Assign a CSS class to the Calendar’s header. |
Id | Specifies the component’s unique identifier. Inherited from DxComponentBase. |
MaxDate | Specifies the maximum date that can be selected in the calendar. |
MinDate | Specifies the minimum date that can be selected in the calendar. |
ReadOnly | Specifies whether read-only mode is active. Inherited from DxDataEditor<T>. |
SelectedDate | Specifies the selected date. |
SelectedDateExpression | Specifies a lambda expression that identifies the SelectedDate property’s bound value when the Calendar is placed in the EditForm. |
SelectedDates | Specifies a collection of dates selected within the calendar. |
SelectedDatesExpression | Specifies a lambda expression that identifies the SelectedDates property’s bound value when the Calendar is placed in the EditForm. |
ShowClearButton | Specifies whether the Clear button is displayed in the calendar’s footer. |
SizeMode | Specifies an editor size. Inherited from DxDataEditor<T>. |
VisibleDate | Specifies the month and the year to display on the calendar. |
WeekNumberRule | Specifies the first week of the year. |
Methods
Name | Description |
---|---|
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 a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
CustomDisabledDate | Allows you to disable selection of individual dates in the DxCalendar<T> component based on custom logic. |
SelectedDateChanged | Fires after the selected date is changed. |
SelectedDatesChanged | Fires after the selection is changed. |
VisibleDateChanged | Fires after the month and/or year in the calendar is changed. |
See Also