MultiViewCalendar
The MultiViewCalendar is part of the Schedulers components which the Unite UX supports.
Usage
- Represents a form component.
- Follows the graphical pattern of a Gregorian calendar with multiple horizontal views..
- Supports the selection of and navigation between dates as well as data templates and ranges for scheduling appointments.
Properties of Interest
- Selection mode—Sets the selection mode of the MultiViewCalendar. Available options are single and multiple
- Model—The data model that is associated with this component. For more information, refer to the article on using data source instances.
- HTML Wrapper—Template of the HTML that would wrap the component.
-
Change Event Function—Fired when the value of the component is changed by the user.
Include any custom code for this event function in the
[view-name].view.component.ts
file for Angular which are located in the\app\src\modules\[module-name]\[view-name]
folder or[view-name].tsx
file for React which is located in the\app\src\components\[module-name]\[view-name]
folder. For more information, refer to the article on custom code.