A component that lets you choose the recurrence frequency (Never, Daily, Weekly, Monthly, Yearly). Initializes the corresponding RecurrenceRule and binds changes via Rule and RuleChanged.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TelerikRecurrenceFrequencyEditor : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikRecurrenceFrequencyEditor
Implements:
Inherited Members
Constructors
C#
public TelerikRecurrenceFrequencyEditor()
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; }