A component that enables you to configure a recurrence rule through sub-editors for frequency, interval, and end conditions. Binds to RecurrenceRule via Rule and RuleChanged to propagate changes.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TelerikRecurrenceEditor : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikRecurrenceEditor
Implements:
Inherited Members
Constructors
C#
public TelerikRecurrenceEditor()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
Rule
RecurrenceRule
Gets or sets the recurrence rule.
C#
[Parameter]
public RecurrenceRule Rule { get; set; }
RuleChanged
EventCallback<RecurrenceRule>
Invoked when the user changes the recurrence rule through the provided editors.
C#
[Parameter]
public EventCallback<RecurrenceRule> RuleChanged { get; set; }