Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxScheduler.Options.editing.form.showIcons
type: Enums.SchedulerAppointmentFormIconDisplay
default: 'main'
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxScheduler.Options.resources.icon
type: String
default: ''
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
12 changes: 12 additions & 0 deletions api-reference/_hidden/Enums/SchedulerAppointmentFormIconDisplay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: Enums.SchedulerAppointmentFormIconDisplay
acceptValues: 'both' | 'main' | 'recurrence' | 'none'
type: Union
references: dxScheduler.Options.editing.form.showIcons
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
6 changes: 6 additions & 0 deletions metadata/syntax-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -18001,6 +18001,9 @@
"dxSchedulerOptions.editing.form.onSaved": {
"vue": "@saved"
},
"dxSchedulerOptions.editing.form.showIcons": {
"vue": "show-icons"
},
"dxSchedulerOptions.endDateExpr": {
"vue": "end-date-expr"
},
Expand Down Expand Up @@ -21369,6 +21372,9 @@
"enums.ScaleBreakLineStyle": {
"vue": "scale-break-line-style"
},
"enums.SchedulerAppointmentFormIconDisplay": {
"vue": "scheduler-appointment-form-icon-display"
},
"enums.SchedulerPredefinedDateNavigatorItem": {
"vue": "scheduler-predefined-date-navigator-item"
},
Expand Down
Loading