DxDateEdit<T> Events
A date editor with a drop-down calendar.| Name | Description |
|---|---|
| CustomDisabledDate | Allows you to disable selection of individual dates in the DxDateEdit<T> component based on custom logic. |
| DateChanged | Fires after a user changed a date in the Date Edit. |
| DateChanging | Fires when a user is changing a date in the Date Edit. Use this event to validate/cancel the newly selected date. |
| DropDownVisibleChanged | Fires when an editor’s drop-down calendar visibility is changed. |
See Also