ClassTelerikRecurrenceEditor
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikRecurrenceEditor : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikRecurrenceEditor
Implements:
Inherited Members
Constructors
TelerikRecurrenceEditor()
Declaration
cs-api-definition
public TelerikRecurrenceEditor()
Properties
CurrentRule
Declaration
cs-api-definition
public RecurrenceRule CurrentRule { get; set; }
Property Value
RecurrenceRule
Rule
Gets or sets the recurrence rule.
Declaration
cs-api-definition
[Parameter]
public RecurrenceRule Rule { get; set; }
Property Value
RecurrenceRule
RuleChanged
Invoked when the user changes the recurrence rule through the provided editors.
Declaration
cs-api-definition
[Parameter]
public EventCallback<RecurrenceRule> RuleChanged { get; set; }
Property Value
EventCallback<RecurrenceRule>
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides