diff --git a/components/scheduler/overview.md b/components/scheduler/overview.md index bad0f3eb96..f37d56d7b0 100644 --- a/components/scheduler/overview.md +++ b/components/scheduler/overview.md @@ -133,6 +133,37 @@ The following table lists Scheduler parameters, which are not discussed elsewher | `Height` | `string` | A `height` style in [any supported unit]({%slug common-features/dimensions%}). | | `Width` | `string` | A `width` style in [any supported unit]({%slug common-features/dimensions%}). | +## Scheduler Reference and Methods + +To execute Scheduler methods, obtain reference to the component instance with `@ref`. + +| Method | Description | +|---------|-------------| +| `Rebind` | Use to refresh the component data. | +| `Refresh` | Use to programmatically re-render the Scheduler. | + +
+ +````CSHTML +