New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public SchedulerPopupEditFormSettings()

Properties

Customizes the Make recurring button in the Scheduler edit form. The template receives a SchedulerRecurrenceRuleButtonTemplateContext with the raw recurrence rule string, such as "FREQ=WEEKLY;BYDAY=MO,WE".

C#
[Parameter]
public RenderFragment<SchedulerRecurrenceRuleButtonTemplateContext> SchedulerRecurrenceRuleButtonTemplate { get; set; }

Customizes the recurrence preview label in the Scheduler recurrence editor. The template receives a SchedulerRecurrenceRuleLabelTemplateContext with the raw recurrence rule string, such as "FREQ=WEEKLY;BYDAY=MO,WE".

C#
[Parameter]
public RenderFragment<SchedulerRecurrenceRuleLabelTemplateContext> SchedulerRecurrenceRuleLabelTemplate { get; set; }

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)