Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SchedulerPopupEditFormSettings : PopupEditFormSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePopupEditFormSettingsBaseSchedulerPopupEditFormSettings
Implements:
Inherited Members
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)
Overrides: