이 페이지는 아카이브화 되어 더 이상 업데이트 되지 않습니다.

더 이상 이 제품을 제공 하지 않습니다.

DevExpress UWP (Windows 10 Apps)

우아하고 사용하기 쉬운 터치 퍼스트 UWP 컨트롤.

DevExpress사에서 공개
2001년 부터 ComponentSource에서 판매중

버젼: 23.1 업데이스 날짜: Jun 14, 2023

i

DevExpress UWP components are no longer available. As an alternative, please see DevExpress WinUI.

DevExpress Windows 10 Apps 19.1

Released: May 16, 2019

19.1 버젼 업데이트

기능

Scheduler

  • Integration with the Date Navigator - The SchedulerDateNavigationBehavior allows you to use the Date Navigator control to display and select visible dates within the Scheduler.
  • Time Indicators
  • Appointment CRUD Events - Implemented new events that allow you to control CRUD operations (create, read, update and delete appointments):
    • AppointmentAdding / AppointmentAdded
    • AppointmentUpdating / AppointmentUpdated
    • AppointmentRemoving / AppointmentRemoved
    • EditDialogShowing
    • DeleteDialogShowing
  • Reminders - The UWP Scheduler control can display reminders for single or recurring events. You can configure alerts by handling the RemindersDialogShowing event.
  • Drag and Drop - Now supports drag and drop operations within the Windows 10 Scheduler control. Users can drag appointments to change date/time or rearrange events between resources. Drag and drop to and from an external source is also supported. The new Windows 10 Scheduler API includes the following events:
    • AppointmentDragStarting
    • SerializeAppointments
    • DeserializeAppointments
    • AppointmentDragEnter
    • AppointmentDragOver
    • AppointmentDragLeave
    • AppointmentDrop
    • AppointmentDropCompleted