ClassTelerikRecurrenceEndEditor
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikRecurrenceEndEditor : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikRecurrenceEndEditor
Implements:
Inherited Members
Constructors
TelerikRecurrenceEndEditor()
Declaration
public TelerikRecurrenceEndEditor()
Properties
EndDate
Specifies the end date of the recurrence. The default value is the value specified through the rule.
Rule
Gets or sets the recurrence rule.
Declaration
[Parameter]
public RecurrenceRule Rule { get; set; }
Property Value
RecurrenceRule
RuleChanged
Invoked when the user changes the recurrence rule through the provided editors.
Declaration
[Parameter]
public EventCallback<RecurrenceRule> RuleChanged { get; set; }
Property Value
EventCallback<RecurrenceRule>
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides