A component that enables you to edit the recurrence interval (Repeat every) for Daily, Weekly, Monthly, and Yearly rules. Binds to RecurrenceRule via Rule and RuleChanged, and renders localized label/suffix text based on the current .
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TelerikRecurrenceIntervalEditor : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikRecurrenceIntervalEditor
Implements:
Inherited Members
Constructors
C#
public TelerikRecurrenceIntervalEditor()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
Specifies the unique identifier of the underlying NumericTextBox.
C#
[Parameter]
public string Id { get; set; }
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; }